Skip to content

Commit 4e85db7

Browse files
author
James Boulton
committed
fix formatting
1 parent 085474b commit 4e85db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashio/dash_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def run(self):
341341
control_type = ""
342342
while self.running:
343343
try:
344-
socks = dict(poller.poll(10 ))
344+
socks = dict(poller.poll(10))
345345
except zmq.error.ContextTerminated:
346346
break
347347

0 commit comments

Comments
 (0)