Skip to content

Commit

Permalink
Merge pull request #50 from smartystreets/spencer/deleteBranch
Browse files Browse the repository at this point in the history
Spencer/delete branch
  • Loading branch information
RyanLCox1 authored May 24, 2024
2 parents ab9de38 + 8b58231 commit 3e4d004
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 211 deletions.
2 changes: 1 addition & 1 deletion examples/us_street_single_address_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run():
# for server-to-server requests, use this code:
# auth_id = os.environ['SMARTY_AUTH_ID']
# auth_token = os.environ['SMARTY_AUTH_TOKEN']
#

# credentials = StaticCredentials(auth_id, auth_token)

# The appropriate license values to be used for your subscriptions
Expand Down
4 changes: 0 additions & 4 deletions smartystreets_python_sdk/client_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from smartystreets_python_sdk.us_street import Client as USStreetClient
from smartystreets_python_sdk.us_zipcode import Client as USZIPClient
from smartystreets_python_sdk.us_extract import Client as USExtractClient
from smartystreets_python_sdk.us_autocomplete import Client as USAutocompleteClient
from smartystreets_python_sdk.us_autocomplete_pro import Client as USAutocompleteProClient
from smartystreets_python_sdk.us_reverse_geo import Client as USReverseGeoClient
from smartystreets_python_sdk.international_street import Client as InternationalStreetClient
Expand Down Expand Up @@ -143,9 +142,6 @@ def build_international_autocomplete_api_client(self):
self.ensure_url_prefix_not_null(self.INTERNATIONAL_AUTOCOMPLETE_API_URL)
return InternationalAutocompleteClient(self.build_sender(), self.serializer)

def build_us_autocomplete_api_client(self):
self.ensure_url_prefix_not_null(self.US_AUTOCOMPLETE_API_URL)
return USAutocompleteClient(self.build_sender(), self.serializer)

def build_us_autocomplete_pro_api_client(self):
self.ensure_url_prefix_not_null(self.US_AUTOCOMPLETE_PRO_API_URL)
Expand Down
3 changes: 0 additions & 3 deletions smartystreets_python_sdk/us_autocomplete/__init__.py

This file was deleted.

62 changes: 0 additions & 62 deletions smartystreets_python_sdk/us_autocomplete/client.py

This file was deleted.

5 changes: 0 additions & 5 deletions smartystreets_python_sdk/us_autocomplete/geolocation_type.py

This file was deleted.

36 changes: 0 additions & 36 deletions smartystreets_python_sdk/us_autocomplete/lookup.py

This file was deleted.

9 changes: 0 additions & 9 deletions smartystreets_python_sdk/us_autocomplete/suggestion.py

This file was deleted.

Empty file removed test/us_autocomplete/__init__.py
Empty file.
75 changes: 0 additions & 75 deletions test/us_autocomplete/client_test.py

This file was deleted.

16 changes: 0 additions & 16 deletions test/us_autocomplete/suggestion_test.py

This file was deleted.

0 comments on commit 3e4d004

Please sign in to comment.