Skip to content

Commit

Permalink
chore: run flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Jul 11, 2023
1 parent 3305124 commit 8208c45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benefits/enrollment/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
from django.http import JsonResponse
from django.template.response import TemplateResponse
from django.urls import reverse
from django.utils.html import format_html
from django.utils.decorators import decorator_from_middleware
from django.utils.translation import pgettext, gettext as _

from benefits.core import models, session, viewmodels
from benefits.core.middleware import EligibleSessionRequired, VerifierSessionRequired, pageview_decorator
from benefits.core.views import ROUTE_HELP, ROUTE_LOGGED_OUT
from benefits.core.views import ROUTE_LOGGED_OUT
from . import analytics, api, forms


Expand Down

0 comments on commit 8208c45

Please sign in to comment.