Skip to content

Commit 5076c30

Browse files
committed
Lint fix
1 parent edad693 commit 5076c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/core/work/threadless.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def __init__(
103103
] = {}
104104
self.wait_timeout: float = DEFAULT_WAIT_FOR_TASKS_TIMEOUT
105105
self.cleanup_inactive_timeout: float = float(
106-
self.flags.inactive_conn_cleanup_timeout
106+
self.flags.inactive_conn_cleanup_timeout,
107107
)
108108
self._total: int = 0
109109
# When put at the top, causes circular import error

0 commit comments

Comments
 (0)