Skip to content

Commit 0c8cd75

Browse files
Fix Ruff rule F841
1 parent c78305f commit 0c8cd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tfx/utils/io_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
try:
2727
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:
28+
except ModuleNotFoundError:
2929
schema_pb2_Schema = None # pylint: disable=invalid-name
3030

3131
# Nano seconds per second.

0 commit comments

Comments
 (0)