Skip to content

Commit 1b86af0

Browse files
authored
Merge pull request #1383 from nipy/fix/validator-classvar
TEST: Replace dict literal with set()
2 parents 7b5060e + 069942c commit 1b86af0

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)