Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
fabilya committed Oct 1, 2023
1 parent 5c27eb5 commit ea99fe9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
from rest_framework.response import Response

from .filters import IngredientFilter, RecipeFilter
from recipes.models import (Favorite, Ingredient, IngredientAmount,
Recipe, ShoppingCart, Tag)
from recipes.models import Favorite, Ingredient, Recipe, ShoppingCart, Tag
from .permissions import OwnerUserOrReadOnly

from .serializers import (
Expand Down

0 comments on commit ea99fe9

Please sign in to comment.