mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-08 15:48:27 -05:00
Remove unnecessary imports in meal plan ical test.
This commit is contained in:
@@ -1,11 +1,9 @@
|
|||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
from io import BytesIO
|
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from django.contrib import auth
|
from django.contrib import auth
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
from django_scopes import scope, scopes_disabled
|
from icalendar import Calendar
|
||||||
from icalendar import Calendar, Event
|
|
||||||
|
|
||||||
from cookbook.models import MealPlan, MealType
|
from cookbook.models import MealPlan, MealType
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user