1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-19 12:51:49 +02:00

unused import fix

This commit is contained in:
Nick Sweeting
2021-02-18 05:56:00 -05:00
parent 4f5bb3776c
commit 9c07fbdc0b

View File

@@ -10,9 +10,6 @@ from django.utils.crypto import get_random_string
from ..config import ( # noqa: F401
DEBUG,
IS_TTY,
VERSION,
IN_DOCKER,
SECRET_KEY,
ALLOWED_HOSTS,
PACKAGE_DIR,