Skip to content

Commit

Permalink
black: Apply to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Oct 30, 2024
1 parent 0a75315 commit 838e1ed
Show file tree
Hide file tree
Showing 6 changed files with 1,724 additions and 790 deletions.
5 changes: 3 additions & 2 deletions src/croniter/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@


class TestCase(unittest.TestCase):
'''
"""
We use this base class for all the tests in this package.
If necessary, we can put common utility or setup code in here.
'''
"""


# vim:set ft=python:
Loading

0 comments on commit 838e1ed

Please sign in to comment.