We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e17322 commit da4d585Copy full SHA for da4d585
pandas/core/computation/parsing.py
@@ -5,7 +5,7 @@
5
from keyword import iskeyword
6
import token
7
import tokenize
8
-from typing import Iterator, Tuple, Union
+from typing import Iterator, Tuple
9
10
# A token value Python's tokenizer probably will never use.
11
BACKTICK_QUOTED_STRING = 100
0 commit comments