We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e1c52 commit 5ffd2d2Copy full SHA for 5ffd2d2
tractor/_forkserver_override.py
@@ -6,6 +6,8 @@
6
.. note:: There is no type hinting in this code base (yet) to remain as
7
a close as possible to upstream.
8
"""
9
+# type: ignore
10
+
11
import os
12
import socket
13
import signal
0 commit comments