🚨(backend) fix backend linter

I wrongly merged a backend pr, and broke the linter.
This commit is contained in:
lebaudantoine
2024-12-13 15:13:49 +01:00
committed by aleb_the_flash
parent 6848321bcc
commit c54773008c

View File

@@ -508,6 +508,7 @@ class Base(Configuration):
scope = sentry_sdk.get_global_scope()
scope.set_tag("application", "backend")
class Build(Base):
"""Settings used when the application is built.