mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 08:37:19 +01:00
code style
This commit is contained in:
parent
61143b3ad1
commit
816c95a4ae
1 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import datetime
|
||||
import os
|
||||
import shutil
|
||||
from unittest import mock
|
||||
from uuid import uuid4
|
||||
|
||||
from dateutil import tz
|
||||
|
|
@ -9,7 +8,6 @@ from django.conf import settings
|
|||
from django.test import TestCase, override_settings
|
||||
|
||||
from documents.parsers import parse_date
|
||||
from paperless_tesseract.parsers import RasterisedDocumentParser
|
||||
|
||||
|
||||
class TestDate(TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue