Skip to content

Commit 5ec4d6c

Browse files
committed
Fix lint errors
1 parent dfb5516 commit 5ec4d6c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tfx/orchestration/portable/base_executor_operator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,3 @@ def with_execution_watcher(
8787
def handle_stop(self) -> None:# noqa: B027
8888
"""Executor Operator specific logic to clean up after it is stopped."""
8989
pass
90-

tfx/tools/cli/handler/dag_runner_patcher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,3 @@ def wrapper(*args, **kwargs):
135135
return result
136136

137137
return wrapper
138-

0 commit comments

Comments
 (0)