Skip to content

Commit 1c5eed5

Browse files
author
Github-actions
committed
Automatic linting
1 parent c351c2a commit 1c5eed5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

wger/exercises/api/views.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,18 @@
1717
import logging
1818
from uuid import UUID
1919

20-
# Third Party
21-
import bleach
22-
from actstream import action as actstream_action
23-
from bleach.css_sanitizer import CSSSanitizer
2420
# Django
2521
from django.conf import settings
2622
from django.contrib.postgres.search import TrigramSimilarity
2723
from django.db.models import Q
2824
from django.utils.decorators import method_decorator
2925
from django.utils.translation import gettext as _
3026
from django.views.decorators.cache import cache_page
27+
28+
# Third Party
29+
import bleach
30+
from actstream import action as actstream_action
31+
from bleach.css_sanitizer import CSSSanitizer
3132
from drf_spectacular.types import OpenApiTypes
3233
from drf_spectacular.utils import (
3334
OpenApiParameter,
@@ -89,6 +90,7 @@
8990
from wger.utils.db import is_postgres_db
9091
from wger.utils.language import load_language
9192

93+
9294
logger = logging.getLogger(__name__)
9395

9496

0 commit comments

Comments
 (0)