Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 8, 2020
1 parent edf264a commit 4aef4a0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ universal = 1
max_line_length = 88

[tool:isort]
known_third_party = freezegun,pkg_resources,setuptools
known_third_party = freezegun,humanize,pkg_resources,setuptools
force_grid_wrap = 0
include_trailing_comma = True
line_length = 88
Expand Down
1 change: 0 additions & 1 deletion src/humanize/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pkg_resources

from humanize.filesize import naturalsize
from humanize.i18n import activate, deactivate
from humanize.number import apnumber, fractional, intcomma, intword, ordinal
Expand Down
1 change: 0 additions & 1 deletion tests/test_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from datetime import date, datetime, timedelta

from freezegun import freeze_time

from humanize import time

from .base import HumanizeTestCase
Expand Down

0 comments on commit 4aef4a0

Please sign in to comment.