Skip to content

Commit

Permalink
Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Feb 19, 2020
1 parent 12eb2c4 commit 456f4b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def test_custom_views(self):

def test_custom_default_views(self):
"""Test custom default views."""

artist = mommy.make("artist_app.Artist")
url = reverse("custom-default-actions-list")
res = self.client.get(url)
Expand Down

0 comments on commit 456f4b0

Please sign in to comment.