Skip to content

Commit

Permalink
Fix Ruff rule F841
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Oct 27, 2024
1 parent c78305f commit 0c8cd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfx/utils/io_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

try:
from tensorflow_metadata.proto.v0.schema_pb2 import Schema as schema_pb2_Schema # pylint: disable=g-import-not-at-top,g-importing-member
except ModuleNotFoundError as e:
except ModuleNotFoundError:
schema_pb2_Schema = None # pylint: disable=invalid-name

# Nano seconds per second.
Expand Down

0 comments on commit 0c8cd75

Please sign in to comment.