Skip to content

Commit 3e4d004

Browse files
authored
Merge pull request #50 from smartystreets/spencer/deleteBranch
Spencer/delete branch
2 parents ab9de38 + 8b58231 commit 3e4d004

File tree

10 files changed

+1
-211
lines changed

10 files changed

+1
-211
lines changed

examples/us_street_single_address_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def run():
2020
# for server-to-server requests, use this code:
2121
# auth_id = os.environ['SMARTY_AUTH_ID']
2222
# auth_token = os.environ['SMARTY_AUTH_TOKEN']
23-
#
23+
2424
# credentials = StaticCredentials(auth_id, auth_token)
2525

2626
# The appropriate license values to be used for your subscriptions

smartystreets_python_sdk/client_builder.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from smartystreets_python_sdk.us_street import Client as USStreetClient
33
from smartystreets_python_sdk.us_zipcode import Client as USZIPClient
44
from smartystreets_python_sdk.us_extract import Client as USExtractClient
5-
from smartystreets_python_sdk.us_autocomplete import Client as USAutocompleteClient
65
from smartystreets_python_sdk.us_autocomplete_pro import Client as USAutocompleteProClient
76
from smartystreets_python_sdk.us_reverse_geo import Client as USReverseGeoClient
87
from smartystreets_python_sdk.international_street import Client as InternationalStreetClient
@@ -143,9 +142,6 @@ def build_international_autocomplete_api_client(self):
143142
self.ensure_url_prefix_not_null(self.INTERNATIONAL_AUTOCOMPLETE_API_URL)
144143
return InternationalAutocompleteClient(self.build_sender(), self.serializer)
145144

146-
def build_us_autocomplete_api_client(self):
147-
self.ensure_url_prefix_not_null(self.US_AUTOCOMPLETE_API_URL)
148-
return USAutocompleteClient(self.build_sender(), self.serializer)
149145

150146
def build_us_autocomplete_pro_api_client(self):
151147
self.ensure_url_prefix_not_null(self.US_AUTOCOMPLETE_PRO_API_URL)

smartystreets_python_sdk/us_autocomplete/__init__.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

smartystreets_python_sdk/us_autocomplete/client.py

Lines changed: 0 additions & 62 deletions
This file was deleted.

smartystreets_python_sdk/us_autocomplete/geolocation_type.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

smartystreets_python_sdk/us_autocomplete/lookup.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

smartystreets_python_sdk/us_autocomplete/suggestion.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/us_autocomplete/__init__.py

Whitespace-only changes.

test/us_autocomplete/client_test.py

Lines changed: 0 additions & 75 deletions
This file was deleted.

test/us_autocomplete/suggestion_test.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)