From a32dc12a4ffe1f71a177d348f1aa6975a243824a Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 17 Mar 2017 12:15:43 -0700 Subject: [PATCH] lint: Fix PEP8 lint error in googlesearch.py. --- contrib_bots/lib/googlesearch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib_bots/lib/googlesearch.py b/contrib_bots/lib/googlesearch.py index 3a3f8f20f0..c5bdd37281 100644 --- a/contrib_bots/lib/googlesearch.py +++ b/contrib_bots/lib/googlesearch.py @@ -98,4 +98,3 @@ def test(): if __name__ == '__main__': test() -