fix lint errors

This commit is contained in:
Nick Sweeting 2021-02-16 16:26:48 -05:00
parent d89034dcde
commit 6f0eec92eb
5 changed files with 7 additions and 5 deletions

View file

@ -6,7 +6,6 @@ import re
import logging
from pathlib import Path
from datetime import datetime
from django.utils.crypto import get_random_string
from ..config import ( # noqa: F401

View file

@ -7,7 +7,6 @@ For more information on this file, see
https://docs.djangoproject.com/en/2.1/howto/deployment/wsgi/
"""
import os
from archivebox.config import setup_django
setup_django(in_memory_db=False, check_db=True)