Skip to content

Commit 9481eac

Browse files
committed
Ignore issue about attribute not found (it exists)
1 parent ad0c5db commit 9481eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/computation/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from functools import reduce
22
from keyword import iskeyword
33
from token import tok_name
4-
from tokenize import EXACT_TOKEN_TYPES
4+
from tokenize import EXACT_TOKEN_TYPES # type: ignore # dict with operators: name
55

66
import numpy as np
77

0 commit comments

Comments
 (0)