Skip to content

Commit 358e0b3

Browse files
committed
black re-format
1 parent 6efabcc commit 358e0b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_comment_spell_check.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,18 @@ def test_bibtex(self):
9797
self.assertEqual(runresult.returncode, 0, runresult.stdout)
9898

9999
def test_url(self):
100-
"""URL test"""
101-
runresult = subprocess.run(
100+
"""URL test"""
101+
runresult = subprocess.run(
102102
[
103103
"comment_spell_check",
104104
"--dict",
105105
"https://raw.githubusercontent.com/SimpleITK/SimpleITK/refs/heads/master/.github/workflows/additional_dictionary.txt",
106106
"../tests/urltest.py",
107-
108107
],
109108
cwd="comment_spell_check",
110109
stdout=subprocess.PIPE,
111110
)
112111

112+
113113
if __name__ == "__main__":
114114
unittest.main()

0 commit comments

Comments
 (0)