mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
lint: Fix warnings in master branch
This commit is contained in:
parent
c8638537e3
commit
ac0ec160d1
3 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,7 @@ __package__ = 'archivebox.extractors'
|
|||
from pathlib import Path
|
||||
|
||||
from subprocess import CompletedProcess
|
||||
from typing import Optional, Tuple, List
|
||||
from typing import Optional, List
|
||||
import json
|
||||
|
||||
from ..index.schema import Link, ArchiveResult, ArchiveError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue