Skip to content

Commit c3ed6fa

Browse files
committed
Add back removed Int import
1 parent 8de15d8 commit c3ed6fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

plugwise/messages/requests.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
from plugwise.message import PlugwiseMessage
1111
from plugwise.util import (
1212
DateTime,
13-
SInt,
13+
Int,
1414
LogAddr,
15-
String,
1615
RealClockDate,
1716
RealClockTime,
17+
SInt,
18+
String,
1819
Time,
1920
)
2021

0 commit comments

Comments
 (0)