mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-28 05:34:14 -04: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…
Add table
Add a link
Reference in a new issue