Skip to content
Snippets Groups Projects
Commit f2fda291 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

Fix continuation

parent 7e3483ab
Branches logan/docs_finish
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ class SwissPublicTransportSensor(Entity): ...@@ -84,7 +84,7 @@ class SwissPublicTransportSensor(Entity):
ATTR_TARGET: self._to, ATTR_TARGET: self._to,
ATTR_REMAINING_TIME: '{}'.format( ATTR_REMAINING_TIME: '{}'.format(
':'.join(str(self._times[2]).split(':')[:2])) ':'.join(str(self._times[2]).split(':')[:2]))
} }
# pylint: disable=too-many-branches # pylint: disable=too-many-branches
def update(self): def update(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment