Skip to content

Commit

Permalink
Ruff fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Oct 31, 2023
1 parent aad8509 commit fc80c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/views/fake_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
PollUpdate,
UnicornView,
)
from example.coffee.models import Flavor
from example.books.models import Book
from example.coffee.models import Flavor


class FakeComponent(UnicornView):
Expand Down Expand Up @@ -78,7 +78,7 @@ class FakeModelFormComponent(UnicornView):

title = None
date_published = None
type = None
type = None # noqa: A003


class FakeModelComponent(UnicornView):
Expand Down

0 comments on commit fc80c35

Please sign in to comment.