Fix continuation

This commit is contained in:
Fabian Affolter 2015-10-24 00:29:02 +02:00
parent 7e3483ab03
commit f2fda2914a

View File

@ -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):