1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

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