typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

Update assertpy/string.pyi to correct type of pattern arg

Open bjhargrave opened this issue 1 year ago • 1 comments

The methods requires the pattern arg to be of type str, not Pattern.

bjhargrave avatar Jun 28 '24 16:06 bjhargrave

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jun 28 '24 16:06 github-actions[bot]