mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-19 21:16:56 +01:00
Chore: Adds additional rules for Ruff linter (#5660)
This commit is contained in:
parent
fb82aa0ee1
commit
4813a7bc70
13 changed files with 117 additions and 99 deletions
|
|
@ -246,8 +246,6 @@ class TestBulkDownload(DirectoriesMixin, APITestCase):
|
|||
|
||||
self.doc3.title = "Title 2 - Doc 3"
|
||||
self.doc3.save()
|
||||
print(self.doc3.archive_path)
|
||||
print(self.doc3.archive_filename)
|
||||
|
||||
response = self.client.post(
|
||||
self.ENDPOINT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue