From aef465b962618e376cb23617b0c5664248c46eea Mon Sep 17 00:00:00 2001 From: NotoriousRebel Date: Tue, 3 Sep 2019 15:41:07 -0400 Subject: [PATCH] Fixed pep8 issue. --- theHarvester/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theHarvester/__init__.py b/theHarvester/__init__.py index a5b4b25d..7ca9da29 100644 --- a/theHarvester/__init__.py +++ b/theHarvester/__init__.py @@ -1,2 +1,3 @@ from gevent import monkey as curious_george -curious_george.patch_all(thread=False, select=False) \ No newline at end of file + +curious_george.patch_all(thread=False, select=False)