mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
PEP8 linting
This commit is contained in:
@@ -61,7 +61,8 @@ class Watcher:
|
||||
else:
|
||||
appointment_added = False
|
||||
|
||||
logging.info(M("[Watcher] maximum appointments reached, appointment rejected.", locator=appointment.locator))
|
||||
logging.info(M("[Watcher] maximum appointments reached, appointment rejected.",
|
||||
locator=appointment.locator))
|
||||
|
||||
return appointment_added
|
||||
|
||||
|
||||
Reference in New Issue
Block a user