Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavsingh committed Nov 14, 2024
1 parent edad693 commit 5076c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/core/work/threadless.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def __init__(
] = {}
self.wait_timeout: float = DEFAULT_WAIT_FOR_TASKS_TIMEOUT
self.cleanup_inactive_timeout: float = float(
self.flags.inactive_conn_cleanup_timeout
self.flags.inactive_conn_cleanup_timeout,
)
self._total: int = 0
# When put at the top, causes circular import error
Expand Down

0 comments on commit 5076c30

Please sign in to comment.