Removes unused import

This commit is contained in:
Trenton Holmes 2022-06-01 07:43:46 -07:00 committed by GitHub
parent efc1e676e2
commit 741d4fb77f

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