From ee58c08f90f6bb486bc77af3360c4aa002c2f94e Mon Sep 17 00:00:00 2001
From: Daniel Ecer <de-code@users.noreply.github.com>
Date: Tue, 1 Aug 2017 09:05:15 +0100
Subject: [PATCH] removed unused import

---
 sciencebeam_gym/trainer/models/pix2pix/pix2pix_model.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sciencebeam_gym/trainer/models/pix2pix/pix2pix_model.py b/sciencebeam_gym/trainer/models/pix2pix/pix2pix_model.py
index c3b0d52..4c14ef2 100644
--- a/sciencebeam_gym/trainer/models/pix2pix/pix2pix_model.py
+++ b/sciencebeam_gym/trainer/models/pix2pix/pix2pix_model.py
@@ -26,7 +26,6 @@ from sciencebeam_gym.trainer.models.pix2pix.tf_utils import (
 
 from sciencebeam_gym.trainer.models.pix2pix.pix2pix_core import (
   create_pix2pix_model,
-  create_image_summaries,
   create_other_summaries
 )
 
-- 
GitLab