Skip to content

Commit 187f394

Browse files
authored
Remove orjson stubs from default list (#12264)
See python/typeshed#5863 Co-authored-by: hauntsaninja <>
1 parent feab209 commit 187f394

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/stubinfo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def is_legacy_bundled_package(prefix: str, py_version: int) -> bool:
5959
'maxminddb': StubInfo('types-maxminddb'),
6060
'mock': StubInfo('types-mock'),
6161
'OpenSSL': StubInfo('types-pyOpenSSL'),
62-
'orjson': StubInfo('types-orjson', py_version=3),
6362
'paramiko': StubInfo('types-paramiko'),
6463
'pathlib2': StubInfo('types-pathlib2', py_version=2),
6564
'pkg_resources': StubInfo('types-setuptools', py_version=3),

0 commit comments

Comments
 (0)