mirror of
https://github.com/romanz/amodem.git
synced 2026-03-17 07:05:59 +08:00
Fix a few pycodestyle & pystyle issues
This commit is contained in:
@@ -102,7 +102,7 @@ def test_spawn():
|
||||
def thread(x):
|
||||
obj.append(x)
|
||||
|
||||
with server.spawn(thread, dict(x=1)):
|
||||
with server.spawn(thread, {'x': 1}):
|
||||
pass
|
||||
|
||||
assert obj == [1]
|
||||
|
||||
Reference in New Issue
Block a user