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

Fix continuation

parent 7e3483ab
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ class SwissPublicTransportSensor(Entity):
ATTR_TARGET: self._to,
ATTR_REMAINING_TIME: '{}'.format(
':'.join(str(self._times[2]).split(':')[:2]))
}
}
# pylint: disable=too-many-branches
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