From 326fe69eead7d5509ae9fa4ed716474536b37847 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 12 Dec 2020 12:35:32 -0500 Subject: [PATCH] fix lint error --- archivebox/search/backends/ripgrep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivebox/search/backends/ripgrep.py b/archivebox/search/backends/ripgrep.py index 887a66d6..840d2d2d 100644 --- a/archivebox/search/backends/ripgrep.py +++ b/archivebox/search/backends/ripgrep.py @@ -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