Skip to content

Commit 338be4d

Browse files
Fix linting error
1 parent 26cb480 commit 338be4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

softioc/asyncio_dispatcher.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ class AsyncioDispatcher(threading.Thread):
99
created.
1010
"""
1111
def __init__(self):
12-
"""Create an AsyncioDispatcher suitable to be used by `softioc.iocInit`."""
12+
"""Create an AsyncioDispatcher suitable to be used by
13+
`softioc.iocInit`."""
1314
# Docstring specified to suppress threading.Thread's docstring, which
1415
# would otherwise be inherited by this method and be misleading.
1516
super().__init__()

0 commit comments

Comments
 (0)