Skip to content

Commit

Permalink
Python formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse-reeve committed Jul 14, 2022
1 parent c21864a commit 3f47cca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bookwyrm/tests/views/shelf/test_shelf_actions.py
Expand Up @@ -186,7 +186,6 @@ def test_create_shelf_wrong_user(self, *_):
with self.assertRaises(PermissionDenied):
views.create_shelf(request)


def test_delete_shelf(self, *_):
"""delete a brand new custom shelf"""
request = self.factory.post("")
Expand Down

0 comments on commit 3f47cca

Please sign in to comment.