summaryrefslogtreecommitdiff
path: root/tests/test_day_periods.py
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2022-05-10 10:51:08 +0300
committerAarni Koskela <akx@iki.fi>2022-05-10 12:42:16 +0200
commit53a74f1c1567b28e6e23bb1ab48ca3a0f888d307 (patch)
treec27d3409e45fbd3317212bee798b57cfd3b54eaf /tests/test_day_periods.py
parent128322c6b9ad23f4c1cd0b3996dd00fc48306750 (diff)
downloadbabel-53a74f1c1567b28e6e23bb1ab48ca3a0f888d307.tar.gz
Fix up some Python2-isms using pyupgrade
Diffstat (limited to 'tests/test_day_periods.py')
-rw-r--r--tests/test_day_periods.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_day_periods.py b/tests/test_day_periods.py
index 52cbc5e..414c0f6 100644
--- a/tests/test_day_periods.py
+++ b/tests/test_day_periods.py
@@ -1,4 +1,3 @@
-# -- encoding: UTF-8 --
from datetime import time
import babel.dates as dates