Skip to content

Commit

Permalink
Removed deprecated range option
Browse files Browse the repository at this point in the history
  • Loading branch information
savannah-ryan committed Apr 2, 2024
1 parent 76d401b commit aa67ca5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion smartystreets_python_sdk/us_street/match_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@

class MatchType(str, Enum):
STRICT = "strict"
RANGE = "range" # Deprecated
INVALID = "invalid"
ENHANCED = "enhanced"

0 comments on commit aa67ca5

Please sign in to comment.