Skip to content

Commit 35b8a73

Browse files
committed
remove trailing white space
1 parent 5f07ee7 commit 35b8a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/tf_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def not_implemented_tf_placeholder(*args, **kwargs):
4141
from tensorflow.python.framework.function_def_to_graph import function_def_to_graph
4242
except ImportError:
4343
function_def_to_graph = _not_implemented_tf_placeholder('function_def_to_graph')
44-
44+
4545
if is_tf2():
4646
convert_variables_to_constants = tf.compat.v1.graph_util.convert_variables_to_constants
4747
from tensorflow.python.framework.convert_to_constants import convert_variables_to_constants_v2

0 commit comments

Comments
 (0)