forked from goodboy/tractor
Ignore type checks on stdlib overrides
parent
f7e1c526c5
commit
5ffd2d2ab3
|
@ -6,6 +6,8 @@ semaphore tracker per ``MainProcess``.
|
||||||
.. note:: There is no type hinting in this code base (yet) to remain as
|
.. note:: There is no type hinting in this code base (yet) to remain as
|
||||||
a close as possible to upstream.
|
a close as possible to upstream.
|
||||||
"""
|
"""
|
||||||
|
# type: ignore
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import socket
|
import socket
|
||||||
import signal
|
import signal
|
||||||
|
|
Loading…
Reference in New Issue