Skip to content

Commit 71aba5a

Browse files
committed
attempt to make CodeQL accept my test
1 parent c633886 commit 71aba5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/python/test_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_special_cases(self):
7575

7676
# use of namespaces for evaluation
7777
assert("foo") == "foo"
78-
global foo
78+
global foo # lgtm[py/unused-global-variable]
7979
foo = np.int64
8080
assert normalize_type("foo", globals()) == "int64_t"
8181
bar = np.int32

0 commit comments

Comments
 (0)