mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fixed formatting
This commit is contained in:
parent
6b34b061a6
commit
9a9e1f5774
1 changed files with 2 additions and 1 deletions
|
|
@ -488,7 +488,8 @@ class BaseHandler(object):
|
|||
)
|
||||
|
||||
def show_interface_from_dict(
|
||||
self, messages, title="", event=None, user=None, username=None, user_id=None
|
||||
self, messages, title="", event=None,
|
||||
user=None, username=None, user_id=None
|
||||
):
|
||||
if not messages:
|
||||
self.log.debug("No messages to show! (messages dict is empty)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue