Skip to content

Commit 1907b6d

Browse files
author
Ivan Levkivskyi
committed
More
1 parent ff2a71f commit 1907b6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

typing_extensions/src_py2/typing_extensions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import abc
22
import typing
3+
4+
raise ValueError(typing.__file__)
5+
36
from typing import ( # noqa
47
# These are imported for re-export.
58
ClassVar, Type, Generic, Callable, GenericMeta, TypingMeta,

0 commit comments

Comments
 (0)