Remove unnecessary imports in meal plan ical test.

This commit is contained in:
Anand Patel
2024-02-29 16:13:17 +00:00
parent 23a6efbb05
commit 7b506ff903

View File

@@ -1,11 +1,9 @@
from datetime import datetime, timedelta
from io import BytesIO
import pytest
from django.contrib import auth
from django.urls import reverse
from django_scopes import scope, scopes_disabled
from icalendar import Calendar, Event
from icalendar import Calendar
from cookbook.models import MealPlan, MealType