Skip to content

Commit 5ffd2d2

Browse files
committed
Ignore type checks on stdlib overrides
1 parent f7e1c52 commit 5ffd2d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tractor/_forkserver_override.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
.. note:: There is no type hinting in this code base (yet) to remain as
77
a close as possible to upstream.
88
"""
9+
# type: ignore
10+
911
import os
1012
import socket
1113
import signal

0 commit comments

Comments
 (0)