Closed siblount closed 3 weeks ago
Added testing for the CREDIT_CARD PII type
Bonus: Updated type annotation for analyze_text to list[RecognizerResult] (from list[any])
analyze_text
list[RecognizerResult]
list[any]
Now we can get that wonderful auto-completion and code suggestions :D
Added testing for the CREDIT_CARD PII type
Bonus: Updated type annotation for
analyze_text
tolist[RecognizerResult]
(fromlist[any]
)Now we can get that wonderful auto-completion and code suggestions :D