Skip to content

Commit aa67ca5

Browse files
committed
Removed deprecated range option
1 parent 76d401b commit aa67ca5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

smartystreets_python_sdk/us_street/match_type.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33

44
class MatchType(str, Enum):
55
STRICT = "strict"
6-
RANGE = "range" # Deprecated
76
INVALID = "invalid"
87
ENHANCED = "enhanced"

0 commit comments

Comments
 (0)