Skip to content

Commit

Permalink
style: correct isort for teslajsonpy
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Oct 29, 2019
1 parent ff4938e commit 7bd4ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ not_skip = __init__.py
force_sort_within_sections = true
sections = FUTURE,STDLIB,INBETWEENS,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
default_section = THIRDPARTY
known_first_party = homeassistant,tests
known_first_party = teslajsonpy,tests
forced_separate = tests
combine_as_imports = true

Expand Down
3 changes: 2 additions & 1 deletion teslajsonpy/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
from typing import Dict, Text

import aiohttp
from teslajsonpy.exceptions import TeslaException, IncompleteCredentials
from yarl import URL

from teslajsonpy.exceptions import IncompleteCredentials, TeslaException

_LOGGER = logging.getLogger(__name__)


Expand Down

0 comments on commit 7bd4ad1

Please sign in to comment.