1
0
Fork 0
mirror of synced 2024-06-22 16:10:54 +12: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