Skip to content

Commit 838e1ed

Browse files
committed
black: Apply to tests
1 parent 0a75315 commit 838e1ed

6 files changed

+1724
-790
lines changed

src/croniter/tests/base.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55

66

77
class TestCase(unittest.TestCase):
8-
'''
8+
"""
99
We use this base class for all the tests in this package.
1010
If necessary, we can put common utility or setup code in here.
11-
'''
11+
"""
12+
1213

1314
# vim:set ft=python:

0 commit comments

Comments
 (0)