mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-19 10:32:22 +08:00
lint: Fix warnings in master branch
This commit is contained in:
parent
c8638537e3
commit
ac0ec160d1
@ -25,7 +25,6 @@ IS_SHELL = 'shell' in sys.argv[:3] or 'shell_plus' in sys.argv[:3]
|
||||
### Django Core Settings
|
||||
################################################################################
|
||||
|
||||
DEBUG = True
|
||||
WSGI_APPLICATION = 'core.wsgi.application'
|
||||
ROOT_URLCONF = 'core.urls'
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@ __package__ = 'archivebox.extractors'
|
||||
from pathlib import Path
|
||||
|
||||
from subprocess import CompletedProcess
|
||||
from typing import Optional, Tuple, List
|
||||
from typing import Optional, List
|
||||
import json
|
||||
|
||||
from ..index.schema import Link, ArchiveResult, ArchiveError
|
||||
|
||||
@ -4,7 +4,6 @@ import re
|
||||
import os
|
||||
import sys
|
||||
import time
|
||||
import platform
|
||||
import argparse
|
||||
from math import log
|
||||
from multiprocessing import Process
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user