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 carrier
|
||||||
from phonenumbers import geocoder
|
from phonenumbers import geocoder
|
||||||
from phonenumbers import timezone
|
from phonenumbers import timezone
|
||||||
#from googlesearch import search
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print '\033[91m[!] Exiting.'
|
print '\033[91m[!] Exiting.'
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
Loading…
Reference in New Issue