fix lint issues across codebase

This commit is contained in:
Username
2025-12-20 17:20:27 +01:00
parent adbb5be5c0
commit 9da33f786e
6 changed files with 29 additions and 32 deletions

View File

@@ -254,9 +254,7 @@ class TestDeletePaste:
data = json.loads(response.data)
assert "error" in data
def test_delete_paste_wrong_owner(
self, client, sample_text, auth_header, other_auth_header
):
def test_delete_paste_wrong_owner(self, client, sample_text, auth_header, other_auth_header):
"""Delete paste owned by another user fails."""
create = client.post(
"/",