1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-28 16:50:01 +02:00

lint: Remove unused import

This commit is contained in:
Cristian
2020-09-14 13:38:32 -05:00
committed by Cristian Vargas
parent 0a83392cbf
commit 50f3f16203

View File

@@ -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