We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d401b commit aa67ca5Copy full SHA for aa67ca5
smartystreets_python_sdk/us_street/match_type.py
@@ -3,6 +3,5 @@
3
4
class MatchType(str, Enum):
5
STRICT = "strict"
6
- RANGE = "range" # Deprecated
7
INVALID = "invalid"
8
ENHANCED = "enhanced"
0 commit comments