Ignore type checks on stdlib overrides

eg_worker_poolz
Tyler Goodlet 2021-01-24 13:20:24 -05:00
parent f7e1c526c5
commit 5ffd2d2ab3
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ semaphore tracker per ``MainProcess``.
.. note:: There is no type hinting in this code base (yet) to remain as
a close as possible to upstream.
"""
# type: ignore
import os
import socket
import signal