Skip to content

Commit

Permalink
missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav committed Jan 16, 2025
1 parent c0dc498 commit 18198cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecommerce/views/v0/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from django.urls import reverse
from django.utils.decorators import method_decorator
from django.views.decorators.csrf import csrf_exempt
from django.views.generic import TemplateView, View
from django.views.generic import RedirectView, TemplateView, View
from mitol.common.utils import now_in_utc
from mitol.olposthog.features import is_enabled as is_posthog_enabled
from mitol.payment_gateway.api import PaymentGateway
Expand Down

0 comments on commit 18198cb

Please sign in to comment.