typeshed
typeshed copied to clipboard
Update assertpy/string.pyi to correct type of pattern arg
The methods requires the pattern arg to be of type str, not Pattern.
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉