Clean up import code part

Fix reverse_geolocate module import loaders

Remove not used modules from main python script

Add the __pycache__ folder to ignore list
This commit is contained in:
2023-05-05 14:21:55 +09:00
parent ab997f2e22
commit d17b87c310
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ reverse geolacte functions
import requests
import re
from long_lat import long_lat_reg
from string_helpers import only_latin_chars
from utils.long_lat import long_lat_reg
from utils.string_helpers import only_latin_chars
def reverse_geolocate(longitude, latitude, map_type, args):
"""