mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-14 11:36:56 +08:00
remove un-needed import
This commit is contained in:
parent
ab77a9074c
commit
5dab96575c
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
import pprint
|
|
||||||
from typing import Dict, List
|
from typing import Dict, List
|
||||||
from theHarvester.discovery import *
|
from theHarvester.discovery import *
|
||||||
from theHarvester.discovery import dnssearch, takeover, shodansearch
|
from theHarvester.discovery import dnssearch, takeover, shodansearch
|
||||||
|
|
Loading…
Reference in a new issue