We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c633886 commit 71aba5aCopy full SHA for 71aba5a
1 file changed
test/python/test_typing.py
@@ -75,7 +75,7 @@ def test_special_cases(self):
75
76
# use of namespaces for evaluation
77
assert("foo") == "foo"
78
- global foo
+ global foo # lgtm[py/unused-global-variable]
79
foo = np.int64
80
assert normalize_type("foo", globals()) == "int64_t"
81
bar = np.int32
0 commit comments