Skip to content

Commit 5a20adc

Browse files
committed
Sort imports
1 parent 2f7f58a commit 5a20adc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
from __future__ import annotations
66

77
from plugwise.constants import (
8-
DEFAULT_PORT,
98
DEFAULT_LEGACY_TIMEOUT,
9+
DEFAULT_PORT,
1010
DEFAULT_USERNAME,
1111
DOMAIN_OBJECTS,
1212
LOGGER,

plugwise/legacy/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
from plugwise.constants import (
1111
APPLIANCES,
12-
DEFAULT_PORT,
1312
DEFAULT_LEGACY_TIMEOUT,
13+
DEFAULT_PORT,
1414
DEFAULT_USERNAME,
1515
DOMAIN_OBJECTS,
1616
LOCATIONS,

0 commit comments

Comments
 (0)