Skip to content
Snippets Groups Projects
Commit 4fc7d872 authored by Florian Gransee's avatar Florian Gransee Committed by Bert Palm
Browse files

black

parent f6618a37
No related branches found
No related tags found
3 merge requests!290C itest,!289some generic fixes and cleanup,!283492 add thing abstraction to services
Pipeline #497640 failed
......@@ -39,7 +39,6 @@ class CreateMqttUserHandler(AbstractHandler):
action = "Created" if created else "Updated"
journal.info(f"{action} MQTT user {user}", thing.uuid)
def create_user(self, thing, user, pw) -> bool:
"""Returns True for insert and False for update"""
sql = (
......
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