Skip to content

Commit da4d585

Browse files
committed
Remove unused import
1 parent 2e17322 commit da4d585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/computation/parsing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from keyword import iskeyword
66
import token
77
import tokenize
8-
from typing import Iterator, Tuple, Union
8+
from typing import Iterator, Tuple
99

1010
# A token value Python's tokenizer probably will never use.
1111
BACKTICK_QUOTED_STRING = 100

0 commit comments

Comments
 (0)