Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosnt committed Dec 28, 2024
1 parent 7b46d27 commit e5929f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/parameters/framework/views.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.db.models import Count, Q, QuerySet
from django.db.models import QuerySet
from framework.views import BaseViewSet
from rest_framework.permissions import IsAuthenticated
from security.authorization.permissions import (
Expand Down

0 comments on commit e5929f3

Please sign in to comment.