Skip to content

Commit

Permalink
Automatic linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Github-actions committed Jul 7, 2024
1 parent 0049de3 commit 5eb44c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wger/nutrition/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from django.contrib.postgres.search import TrigramSimilarity
from django.utils.decorators import method_decorator
from django.views.decorators.cache import cache_page

# Third Party
from drf_spectacular.types import OpenApiTypes
from drf_spectacular.utils import (
Expand Down Expand Up @@ -80,6 +81,7 @@
from wger.utils.language import load_language
from wger.utils.viewsets import WgerOwnerObjectModelViewSet


logger = logging.getLogger(__name__)


Expand Down

0 comments on commit 5eb44c3

Please sign in to comment.