Skip to content

Commit 6277d82

Browse files
committed
fix linting errors
1 parent 052b122 commit 6277d82

File tree

1 file changed

+6
-6
lines changed
  • custom_components/apsystems_ecu_proxy

1 file changed

+6
-6
lines changed

custom_components/apsystems_ecu_proxy/const.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828

2929
# Config flow schema. These are also translated through associated json translations
3030
KEYS = [
31-
"ema_host",
32-
"message_ignore_age",
33-
"max_stub_interval",
34-
"no_update_timeout",
35-
"send_to_ema"
36-
]
31+
"ema_host",
32+
"message_ignore_age",
33+
"max_stub_interval",
34+
"no_update_timeout",
35+
"send_to_ema",
36+
]
3737

3838

3939
class SummationPeriod(StrEnum):

0 commit comments

Comments
 (0)