From e341d190fbbef2f7f20024dd1fd809ffdea21afc Mon Sep 17 00:00:00 2001 From: Munawar Date: Mon, 28 Aug 2023 22:56:55 -0700 Subject: [PATCH] Removed an unnecessary line that was added by mistake. --- theHarvester/discovery/rapiddns.py | 1 - 1 file changed, 1 deletion(-) diff --git a/theHarvester/discovery/rapiddns.py b/theHarvester/discovery/rapiddns.py index 17d9c9d2..01bcd13b 100644 --- a/theHarvester/discovery/rapiddns.py +++ b/theHarvester/discovery/rapiddns.py @@ -1,4 +1,3 @@ -# comment here from bs4 import BeautifulSoup from theHarvester.lib.core import AsyncFetcher, Core