mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-16 16:14:28 -04:00
lint: Remove unused imports around the app
This commit is contained in:
parent
13c3650637
commit
91f543ff8d
14 changed files with 30 additions and 28 deletions
|
@ -6,7 +6,7 @@ from typing import Optional
|
|||
|
||||
from django.db.models import Model
|
||||
|
||||
from ..index.schema import Link, ArchiveResult, ArchiveOutput
|
||||
from ..index.schema import ArchiveResult, ArchiveOutput
|
||||
from ..system import chmod_file, run
|
||||
from ..util import enforce_types, domain
|
||||
from ..config import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue