Skip to content

Commit bfefe04

Browse files
committed
fix noqa
1 parent ff0b048 commit bfefe04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

archivebox/core/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from pathlib import Path
1010
from django.utils.crypto import get_random_string
1111

12-
from ..config import ( # noqa: F401
12+
from ..config import (
1313
DEBUG,
1414
SECRET_KEY,
1515
ALLOWED_HOSTS,
@@ -19,7 +19,7 @@
1919
SQL_INDEX_FILENAME,
2020
OUTPUT_DIR,
2121
LOGS_DIR,
22-
TIME_ZONE,
22+
TIME_ZONE, # noqa: F401
2323
)
2424

2525
IS_MIGRATING = 'makemigrations' in sys.argv[:3] or 'migrate' in sys.argv[:3]

0 commit comments

Comments
 (0)