Skip to content

Commit 8c87547

Browse files
committed
Reorder exports in __init__.py for improved clarity
1 parent fba0b6a commit 8c87547

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/bsblan/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
__all__ = [
1616
"BSBLAN",
17-
"BSBLANConfig",
1817
"BSBLANAuthError",
18+
"BSBLANConfig",
1919
"BSBLANConnectionError",
2020
"BSBLANError",
2121
"DHWTimeSwitchPrograms",
22-
"Info",
23-
"State",
2422
"Device",
23+
"HotWaterState",
24+
"Info",
2525
"Sensor",
26+
"State",
2627
"StaticState",
27-
"HotWaterState",
2828
]

0 commit comments

Comments
 (0)