mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-28 03:46:06 -05:00 
			
		
		
		
	code style
This commit is contained in:
		| @@ -1,7 +1,6 @@ | |||||||
| import datetime | import datetime | ||||||
| import os | import os | ||||||
| import shutil | import shutil | ||||||
| from unittest import mock |  | ||||||
| from uuid import uuid4 | from uuid import uuid4 | ||||||
|  |  | ||||||
| from dateutil import tz | from dateutil import tz | ||||||
| @@ -9,7 +8,6 @@ from django.conf import settings | |||||||
| from django.test import TestCase, override_settings | from django.test import TestCase, override_settings | ||||||
|  |  | ||||||
| from documents.parsers import parse_date | from documents.parsers import parse_date | ||||||
| from paperless_tesseract.parsers import RasterisedDocumentParser |  | ||||||
|  |  | ||||||
|  |  | ||||||
| class TestDate(TestCase): | class TestDate(TestCase): | ||||||
| @@ -152,4 +150,4 @@ class TestDate(TestCase): | |||||||
|                 2018, 2, 13, 0, 0, |                 2018, 2, 13, 0, 0, | ||||||
|                 tzinfo=tz.gettz(settings.TIME_ZONE) |                 tzinfo=tz.gettz(settings.TIME_ZONE) | ||||||
|             ) |             ) | ||||||
|         ) |         ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler