summaryrefslogtreecommitdiff
path: root/tests/test_day_periods.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_day_periods.py')
-rw-r--r--tests/test_day_periods.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_day_periods.py b/tests/test_day_periods.py
index 414c0f6..9b51e1d 100644
--- a/tests/test_day_periods.py
+++ b/tests/test_day_periods.py
@@ -1,8 +1,9 @@
from datetime import time
-import babel.dates as dates
import pytest
+import babel.dates as dates
+
@pytest.mark.parametrize("locale, time, expected_period_id", [
("de", time(7, 42), "morning1"), # (from, before)