Resolves minor flake8 warnings in the test suite

This commit is contained in:
Trenton H
2023-01-04 10:41:40 -08:00
parent d19bf59f47
commit 6ff28c92a4
12 changed files with 12 additions and 24 deletions

View File

@@ -9,7 +9,6 @@ from django.test import override_settings
from django.test import TestCase
from documents.parsers import parse_date
from documents.parsers import parse_date_generator
from paperless.settings import DATE_ORDER
class TestDate(TestCase):