mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
fix noqa
This commit is contained in:
parent
ff0b04890f
commit
bfefe042bf
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ import tempfile
|
|||
from pathlib import Path
|
||||
from django.utils.crypto import get_random_string
|
||||
|
||||
from ..config import ( # noqa: F401
|
||||
from ..config import (
|
||||
DEBUG,
|
||||
SECRET_KEY,
|
||||
ALLOWED_HOSTS,
|
||||
|
@ -19,7 +19,7 @@ from ..config import (
|
|||
SQL_INDEX_FILENAME,
|
||||
OUTPUT_DIR,
|
||||
LOGS_DIR,
|
||||
TIME_ZONE,
|
||||
TIME_ZONE, # noqa: F401
|
||||
)
|
||||
|
||||
IS_MIGRATING = 'makemigrations' in sys.argv[:3] or 'migrate' in sys.argv[:3]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue