Skip to content

Commit 3bf2e2f

Browse files
committed
fix black
1 parent 6b59c30 commit 3bf2e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threaded/_threadpooled.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def __init__(
9696

9797
@property
9898
def loop_getter(
99-
self
99+
self,
100100
) -> typing.Optional[typing.Union[typing.Callable[..., asyncio.AbstractEventLoop], asyncio.AbstractEventLoop]]:
101101
"""Loop getter.
102102

0 commit comments

Comments
 (0)