Skip to content

Commit

Permalink
Happy isort.
Browse files Browse the repository at this point in the history
  • Loading branch information
hellysmile committed Apr 2, 2017
1 parent 154197e commit 7600a0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions tests/test_fake.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
import mock
import pytest

from fake_useragent import (
VERSION, FakeUserAgent, FakeUserAgentError, UserAgent, settings,
)

from fake_useragent import (VERSION, FakeUserAgent, FakeUserAgentError,
UserAgent, settings)
from tests.utils import _request


Expand Down
1 change: 0 additions & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

from fake_useragent import errors, settings, utils
from fake_useragent.utils import urlopen_has_ssl_context

from tests.utils import _request, find_unused_port

try: # Python 2 # pragma: no cover
Expand Down
1 change: 1 addition & 0 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from __future__ import absolute_import, unicode_literals

import socket

try: # Python 2 # pragma: no cover
from urllib2 import Request
except ImportError: # Python 3 # pragma: no cover
Expand Down

0 comments on commit 7600a0e

Please sign in to comment.