1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-18 12:21:42 +02:00

fix lint error

This commit is contained in:
Nick Sweeting
2020-12-12 12:35:32 -05:00
committed by GitHub
parent 154d31263b
commit 326fe69eea

View File

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