mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore(app): ruff
This commit is contained in:
parent
84e031edc2
commit
17e1fc5254
@ -138,7 +138,7 @@ class EventServiceBase:
|
||||
"error_type": error_type,
|
||||
"error": error,
|
||||
"user_id": user_id,
|
||||
"project_id": project_id
|
||||
"project_id": project_id,
|
||||
},
|
||||
)
|
||||
|
||||
|
@ -238,7 +238,7 @@ class DefaultSessionProcessor(SessionProcessorBase):
|
||||
error_type=e.__class__.__name__,
|
||||
error=error,
|
||||
user_id=None,
|
||||
project_id=None
|
||||
project_id=None,
|
||||
)
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user