Skip to content

Commit 422f88c

Browse files
author
André Angeluci
committed
flake8
1 parent 13f8a3f commit 422f88c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

t/unit/test_schedulers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def sync(self):
7979
self.flushed += 1
8080
schedulers.DatabaseScheduler.sync(self)
8181

82+
8283
@pytest.mark.django_db
8384
class SchedulerCase:
8485

@@ -1418,6 +1419,7 @@ def test_scheduler_valid_hours(self):
14181419
hour_value = int(hour_str)
14191420
assert 0 <= hour_value <= 23
14201421

1422+
14211423
@pytest.mark.django_db
14221424
class test_DryRunDatabaseScheduler(SchedulerCase):
14231425
Scheduler = DryRunTrackingScheduler

0 commit comments

Comments
 (0)