lint: Remove unused imports around the app

This commit is contained in:
Cristian 2021-01-19 12:18:48 -05:00
parent 13c3650637
commit 91f543ff8d
14 changed files with 30 additions and 28 deletions

View file

@ -8,7 +8,7 @@ import json
from django.db.models import Model
from ..index.schema import Link, ArchiveResult, ArchiveError
from ..index.schema import ArchiveResult, ArchiveError
from ..system import run, atomic_write
from ..util import (
enforce_types,