Skip to content

Commit 6759017

Browse files
committed
Added new line at EOF
1 parent e01bc0f commit 6759017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tfx/orchestration/portable/base_executor_operator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,5 @@ def with_execution_watcher(
8686

8787
def handle_stop(self) -> None:# noqa: B027
8888
"""Executor Operator specific logic to clean up after it is stopped."""
89-
pass
89+
pass
90+

0 commit comments

Comments
 (0)