We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0c5db commit 9481eacCopy full SHA for 9481eac
pandas/core/computation/common.py
@@ -1,7 +1,7 @@
1
from functools import reduce
2
from keyword import iskeyword
3
from token import tok_name
4
-from tokenize import EXACT_TOKEN_TYPES
+from tokenize import EXACT_TOKEN_TYPES # type: ignore # dict with operators: name
5
6
import numpy as np
7
0 commit comments