Skip to content

Commit

Permalink
removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiebelle committed Jan 13, 2024
1 parent 1ea75aa commit 447708b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sponsors/tests/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@

from django.test import TestCase, RequestFactory

from sponsors.admin import SponsorshipStatusListFilter, SponsorshipAdmin, SponsorBenefitInline
from sponsors.admin import SponsorshipStatusListFilter, SponsorshipAdmin
from sponsors.forms import SponsorBenefitAdminInlineForm
from sponsors.models import Sponsorship, SponsorBenefit

from sponsors.models import Sponsorship

class TestCustomSponsorshipStatusListFilter(TestCase):

Expand Down

0 comments on commit 447708b

Please sign in to comment.