mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 14:44:18 +00:00
lint: Remove unused import
This commit is contained in:
parent
0a83392cbf
commit
50f3f16203
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ __package__ = 'archivebox.extractors'
|
|||
|
||||
import os
|
||||
|
||||
from typing import Optional, List, Iterable, Union, TYPE_CHECKING
|
||||
from typing import Optional, List, Iterable, Union
|
||||
from datetime import datetime
|
||||
from django.db.models import QuerySet
|
||||
|
||||
|
|
Loading…
Reference in a new issue