Remove unused google library import
This commit is contained in:
parent
63b6987d68
commit
588d02d739
|
@ -65,7 +65,6 @@ try:
|
|||
from phonenumbers import carrier
|
||||
from phonenumbers import geocoder
|
||||
from phonenumbers import timezone
|
||||
#from googlesearch import search
|
||||
except KeyboardInterrupt:
|
||||
print '\033[91m[!] Exiting.'
|
||||
sys.exit()
|
||||
|
|
Loading…
Reference in New Issue