Skip to content

Commit 32cc5f0

Browse files
committed
Fix lint.
1 parent 0e121b9 commit 32cc5f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_i18n.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
import datetime as dt
66
import importlib
77

8-
import humanize
98
import pytest
109
from freezegun import freeze_time
1110

11+
import humanize
12+
1213
with freeze_time("2020-02-02"):
1314
NOW = dt.datetime.now(tz=dt.timezone.utc)
1415

0 commit comments

Comments
 (0)