Oh mypy..

drop_cloudpickle
Tyler Goodlet 2020-07-24 17:31:24 -04:00
parent d3acb8d061
commit 7c3928f0bf
1 changed files with 2 additions and 2 deletions

View File

@ -687,8 +687,8 @@ class Actor:
port=accept_port, host=accept_host,
)
)
log.debug("Started tcp server(s) on"
f" {[l.socket for l in listeners]}") # type: ignore
log.debug("Started tcp server(s) on" # type: ignore
f" {[l.socket for l in listeners]}")
self._listeners.extend(listeners)
task_status.started()