Skip to content

Commit

Permalink
Remove unnecessary blank lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrry committed Apr 12, 2016
1 parent 8bc9fe9 commit c74d438
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion inception/inception/slim/collections_test.py
Expand Up @@ -17,7 +17,6 @@
from __future__ import division
from __future__ import print_function


import tensorflow as tf

from inception.slim import slim
Expand Down
1 change: 0 additions & 1 deletion inception/inception/slim/inception_model.py
Expand Up @@ -43,7 +43,6 @@
from __future__ import division
from __future__ import print_function


import tensorflow as tf

from inception.slim import ops
Expand Down
1 change: 0 additions & 1 deletion inception/inception/slim/inception_test.py
Expand Up @@ -17,7 +17,6 @@
from __future__ import division
from __future__ import print_function


import tensorflow as tf

from inception.slim import inception_model as inception
Expand Down
1 change: 0 additions & 1 deletion inception/inception/slim/losses.py
Expand Up @@ -26,7 +26,6 @@
from __future__ import division
from __future__ import print_function


import tensorflow as tf

# In order to gather all losses in a network, the user should use this
Expand Down
1 change: 0 additions & 1 deletion inception/inception/slim/losses_test.py
Expand Up @@ -18,7 +18,6 @@
from __future__ import print_function



import tensorflow as tf

from inception.slim import losses
Expand Down
1 change: 0 additions & 1 deletion inception/inception/slim/ops.py
Expand Up @@ -27,7 +27,6 @@
from __future__ import print_function



import tensorflow as tf

from tensorflow.python.training import moving_averages
Expand Down
1 change: 0 additions & 1 deletion inception/inception/slim/ops_test.py
Expand Up @@ -18,7 +18,6 @@
from __future__ import print_function



import numpy as np
import tensorflow as tf

Expand Down
1 change: 0 additions & 1 deletion inception/inception/slim/scopes.py
Expand Up @@ -53,7 +53,6 @@ def conv2d(*args, **kwargs)
import contextlib
import functools


from tensorflow.python.framework import ops

_ARGSTACK_KEY = ("__arg_stack",)
Expand Down
1 change: 0 additions & 1 deletion inception/inception/slim/scopes_test.py
Expand Up @@ -18,7 +18,6 @@
from __future__ import print_function



import tensorflow as tf
from inception.slim import scopes

Expand Down
1 change: 0 additions & 1 deletion inception/inception/slim/variables.py
Expand Up @@ -82,7 +82,6 @@
from __future__ import division
from __future__ import print_function


import tensorflow as tf

from tensorflow.core.framework import graph_pb2
Expand Down
1 change: 0 additions & 1 deletion inception/inception/slim/variables_test.py
Expand Up @@ -17,7 +17,6 @@
from __future__ import division
from __future__ import print_function


import tensorflow as tf

from inception.slim import scopes
Expand Down

0 comments on commit c74d438

Please sign in to comment.