Skip to content

Commit 461116b

Browse files
committed
remove redundant import os that shadows module-level import
1 parent 6d3d2f7 commit 461116b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/seclab_taskflow_agent

src/seclab_taskflow_agent/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ def main(
162162
)
163163
# Force-exit on success to prevent asyncio event loop spin on
164164
# dangling connections/tasks that survive cleanup.
165-
import os
166165
os._exit(0)
167166
except KeyboardInterrupt:
168167
typer.echo("\nInterrupted.", err=True)

0 commit comments

Comments
 (0)