Skip to content

Commit d5f23fe

Browse files
committed
oops
1 parent c8b9183 commit d5f23fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typing_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4270,4 +4270,4 @@ def evaluate_forward_ref(
42704270
for _name in _typing_names:
42714271
if hasattr(typing, _name):
42724272
globals()[_name] = getattr(typing, _name)
4273-
del _typing_names
4273+
del _name

0 commit comments

Comments
 (0)