Skip to content

Commit

Permalink
Fix Ruff rule F811
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Oct 27, 2024
1 parent 0c8cd75 commit bb24e15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tfx/dsl/placeholder/placeholder_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
# where ComponentSpecIntf is an interface that gives access to the few things
# that Placeholder::encode() needs from the spec. TODO(pke) Implement.
# TODO(b/191610358): Reduce the number of circular type-dependencies.
types = Any # To resolve circular dependency caused by type annotations.
# To resolve circular dependency caused by type annotations.
types = Any # noqa: F811

# TODO(b/190409099): Support RuntimeParameter.
ValueType = Union[int, float, str, bool]
Expand Down

0 comments on commit bb24e15

Please sign in to comment.