1
0
Fork 0
mirror of synced 2024-06-21 11:50:17 +12: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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