Code cleanup: standardized imports, refined formatting for consistency, and resolved minor redundancies in services, models, monitoring, and tools modules.
This commit is contained in:
parent
e486d78e31
commit
ec0fe38861
39 changed files with 222 additions and 239 deletions
|
|
@ -84,8 +84,7 @@ def main():
|
|||
logger.info("Default authentication cookie configured from environment")
|
||||
else:
|
||||
logger.warning(
|
||||
"No default authentication cookie set. "
|
||||
"Users will need to login or provide a cookie."
|
||||
"No default authentication cookie set. " "Users will need to login or provide a cookie."
|
||||
)
|
||||
|
||||
# Run the server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue