Skip to content

Commit 42eac60

Browse files
committed
Fix flake issue
1 parent 1451031 commit 42eac60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pystiebeleltron/pystiebeleltron.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@
117117
0: 'EMERGENCY OPERATION'
118118
}
119119

120-
B2_OPERATING_MODE_WRITE = {value: key for key, value in B2_OPERATING_MODE_READ.items()}
120+
B2_OPERATING_MODE_WRITE = {
121+
value: key for key, value in B2_OPERATING_MODE_READ.items()
122+
}
121123

122124
B2_RESET = {
123125
'OFF': 0,

0 commit comments

Comments
 (0)