chore(app): ruff

This commit is contained in:
psychedelicious 2024-05-18 09:08:48 +10:00
parent 84e031edc2
commit 17e1fc5254
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ class EventServiceBase:
"error_type": error_type,
"error": error,
"user_id": user_id,
"project_id": project_id
"project_id": project_id,
},
)

View File

@ -238,7 +238,7 @@ class DefaultSessionProcessor(SessionProcessorBase):
error_type=e.__class__.__name__,
error=error,
user_id=None,
project_id=None
project_id=None,
)
pass