🚨(backend) fix linting issues after upgrading

The last upgrades introduced some linting issues.
This commit fixes them.
This commit is contained in:
Anthony LC
2024-08-20 16:42:27 +02:00
committed by Anthony LC
parent 7babc46261
commit a970a83229
43 changed files with 93 additions and 41 deletions

View File

@@ -1,4 +1,5 @@
"""API endpoints"""
from django.contrib.postgres.aggregates import ArrayAgg
from django.db.models import (
OuterRef,