Skip to content

Commit 7dc7d31

Browse files
author
IURII Shikanov
committed
Fix typing for py3.5 compability
1 parent 05eec6d commit 7dc7d31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wsrpc_aiohttp/websocket/handler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ def freeze(cls):
8383
cls.ON_CALL_START,
8484
cls.ON_CALL_SUCCESS,
8585
cls.ON_CALL_FAIL,
86-
):
87-
signal: Signal
86+
): # type: Signal
8887
if not signal.is_frozen:
8988
signal.freeze()
9089

0 commit comments

Comments
 (0)