Skip to content

Commit 136d7de

Browse files
authored
Merge pull request #128 from evanpurkhiser/black-tests-quotes
black: Use double quote in tests
2 parents 0a75315 + 221b902 commit 136d7de

6 files changed

+341
-341
lines changed

src/croniter/tests/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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+
"""
1212

1313
# vim:set ft=python:

0 commit comments

Comments
 (0)