We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78305f commit 0c8cd75Copy full SHA for 0c8cd75
tfx/utils/io_utils.py
@@ -25,7 +25,7 @@
25
26
try:
27
from tensorflow_metadata.proto.v0.schema_pb2 import Schema as schema_pb2_Schema # pylint: disable=g-import-not-at-top,g-importing-member
28
-except ModuleNotFoundError as e:
+except ModuleNotFoundError:
29
schema_pb2_Schema = None # pylint: disable=invalid-name
30
31
# Nano seconds per second.
0 commit comments