We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59494d commit 1b7ed16Copy full SHA for 1b7ed16
1 file changed
mypy/ipc.py
@@ -14,11 +14,13 @@
14
import sys
15
import tempfile
16
from collections.abc import Callable
17
+from select import select
18
from types import TracebackType
19
from typing import Any, Final
20
21
from librt.internal import ReadBuffer, WriteBuffer
22
23
+from mypy.cache import read_json, write_json
24
25
if sys.platform == "win32":
26
# This may be private, but it is needed for IPC on Windows, and is basically stable
0 commit comments