Skip to content

Commit 069942c

Browse files
authored
TEST: Replace dict literal with set()
Closes gh-1382
1 parent 7b5060e commit 069942c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/tests/test_api_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class TestRunAllTests(ValidateAPI):
9999
We check this in the module teardown function
100100
"""
101101

102-
run_tests = {}
102+
run_tests = set()
103103

104104
def obj_params(self):
105105
yield 1, 2

0 commit comments

Comments
 (0)