Skip to content

Commit 1b7ed16

Browse files
committed
Fix merge
1 parent d59494d commit 1b7ed16

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mypy/ipc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@
1414
import sys
1515
import tempfile
1616
from collections.abc import Callable
17+
from select import select
1718
from types import TracebackType
1819
from typing import Any, Final
1920

2021
from librt.internal import ReadBuffer, WriteBuffer
2122

23+
from mypy.cache import read_json, write_json
2224

2325
if sys.platform == "win32":
2426
# This may be private, but it is needed for IPC on Windows, and is basically stable

0 commit comments

Comments
 (0)