From 31b88c92253d91412f98c9a007c5d91a47fa1e40 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 3a3f8f2..c5bdd37 100644 --- a/contrib_bots/lib/googlesearch.py +++ b/contrib_bots/lib/googlesearch.py @@ -98,4 +98,3 @@ def test(): if __name__ == '__main__': test() -