summaryrefslogtreecommitdiff
path: root/include/py/homekit/telegram/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'include/py/homekit/telegram/config.py')
-rw-r--r--include/py/homekit/telegram/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/py/homekit/telegram/config.py b/include/py/homekit/telegram/config.py
index 5f41008..4d54854 100644
--- a/include/py/homekit/telegram/config.py
+++ b/include/py/homekit/telegram/config.py
@@ -75,4 +75,4 @@ class TelegramBotConfig(ConfigUnit, ABC):
try:
return list(map(_user_id_mapper, self['bot'][ult.value]))
except KeyError:
- return [] \ No newline at end of file
+ return []