From fdc7c782aaf1667c1d12f2e598e39c0de6bc8be8 Mon Sep 17 00:00:00 2001 From: Al Date: Sun, 22 May 2016 12:27:50 -0400 Subject: [PATCH] [fix] cleaning up imports --- scripts/geodata/osm/osm_address_training_data.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/geodata/osm/osm_address_training_data.py b/scripts/geodata/osm/osm_address_training_data.py index a7fb5c02..f502f7de 100644 --- a/scripts/geodata/osm/osm_address_training_data.py +++ b/scripts/geodata/osm/osm_address_training_data.py @@ -52,14 +52,10 @@ sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) from geodata.address_expansions.abbreviations import abbreviate from geodata.address_expansions.gazetteers import * from geodata.coordinates.conversion import * -from geodata.countries.country_names import * from geodata.geonames.db import GeoNamesDB from geodata.language_id.disambiguation import * from geodata.language_id.sample import sample_random_language -from geodata.states.state_abbreviations import STATE_ABBREVIATIONS, STATE_EXPANSIONS from geodata.i18n.languages import * -from geodata.address_formatting.formatter import AddressFormatter -from geodata.names.normalization import replace_name_prefixes, replace_name_suffixes from geodata.neighborhoods.reverse_geocode import NeighborhoodReverseGeocoder from geodata.osm.extract import * from geodata.osm.formatter import OSMAddressFormatter