removed empty line
This commit is contained in:
@@ -7,7 +7,6 @@ class TimeTrigger(Trigger):
|
|||||||
def __init__(self, _config: Config) -> None:
|
def __init__(self, _config: Config) -> None:
|
||||||
super().__init__(_config)
|
super().__init__(_config)
|
||||||
self.log.info("start time: %s, end time: %s", self.start_time(), self.end_time())
|
self.log.info("start time: %s, end time: %s", self.start_time(), self.end_time())
|
||||||
|
|
||||||
|
|
||||||
def start_time(self) -> time:
|
def start_time(self) -> time:
|
||||||
return datetime.strptime(self.config.custom_config['startTime'], '%H:%M').time()
|
return datetime.strptime(self.config.custom_config['startTime'], '%H:%M').time()
|
||||||
|
|||||||
Reference in New Issue
Block a user