Skip to content

Commit bebdd9d

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 7bf06c4 commit bebdd9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

run_tests.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
import diffpy.pdfgui.tests
44

5+
56
def run_tests():
67
assert diffpy.pdfgui.tests.test().wasSuccessful()
78
assert diffpy.pdfgui.tests.testdeps().wasSuccessful()
89

9-
if __name__ == '__main__':
10+
11+
if __name__ == "__main__":
1012
run_tests()

0 commit comments

Comments
 (0)