From 19fa0095a0ab12ed1f7a79d91edf862faf6fdfcf Mon Sep 17 00:00:00 2001 From: Austin Huang Date: Fri, 1 Apr 2022 09:23:24 -0400 Subject: (fix) satisfy the linter, and btw reduce timeout --- searx/engines/jisho.py | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/engines') diff --git a/searx/engines/jisho.py b/searx/engines/jisho.py index c1324635b..a34d8e421 100644 --- a/searx/engines/jisho.py +++ b/searx/engines/jisho.py @@ -3,7 +3,6 @@ Jisho (the Japanese-English dictionary) """ -import json from urllib.parse import urlencode, urljoin # about -- cgit v1.2.3