Remove unused google library import

This commit is contained in:
Raphael 2018-11-30 15:42:15 +01:00 committed by GitHub
parent 63b6987d68
commit 588d02d739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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()