From 4754ac2bd194d6d5beab7adfef29ff5513d0fa0a Mon Sep 17 00:00:00 2001 From: Fantasticle <84633558+fantasticle@users.noreply.github.com> Date: Thu, 31 Mar 2022 21:25:58 +0200 Subject: [PATCH] remove unnecessary import --- src/documents/tests/test_date_parsing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/documents/tests/test_date_parsing.py b/src/documents/tests/test_date_parsing.py index 11e639d47..06ad9876c 100644 --- a/src/documents/tests/test_date_parsing.py +++ b/src/documents/tests/test_date_parsing.py @@ -3,7 +3,6 @@ import os import shutil from uuid import uuid4 -import pytest from dateutil import tz from django.conf import settings from django.test import override_settings