mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
fix lint error
This commit is contained in:
parent
154d31263b
commit
326fe69eea
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import re
|
||||
from subprocess import run, PIPE, DEVNULL
|
||||
from subprocess import run, PIPE
|
||||
from typing import List, Generator
|
||||
|
||||
from archivebox.config import ARCHIVE_DIR, RIPGREP_VERSION
|
||||
|
|
Loading…
Reference in a new issue