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 c8b9183 commit d5f23feCopy full SHA for d5f23fe
src/typing_extensions.py
@@ -4270,4 +4270,4 @@ def evaluate_forward_ref(
4270
for _name in _typing_names:
4271
if hasattr(typing, _name):
4272
globals()[_name] = getattr(typing, _name)
4273
-del _typing_names
+del _name
0 commit comments