mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-28 00:30:03 +02:00
lint: Remove unused import
This commit is contained in:
committed by
Cristian Vargas
parent
0a83392cbf
commit
50f3f16203
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user