Removes unused import

This commit is contained in:
Trenton Holmes 2022-06-01 07:43:46 -07:00 committed by GitHub
parent af1b634d6d
commit 277b521fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,6 @@ import tempfile
from pathlib import Path
from unittest import mock
import pytest
from django.core.management import call_command
from django.test import override_settings
from django.test import TestCase