David
Results
2
issues of
David
As mentioned in issue, `AnyStr` is consistently used as outlined by the python docs how not to use it: https://docs.python.org/3.14/library/typing.html#typing.AnyStr and deprecated as of 3.13 This PR changes any occurences...
`AnyStr` in the current code base is used incorrectly, almost as directly outlined in the documentation how not to use it. https://docs.python.org/3.14/library/typing.html#typing.AnyStr It is also deprecated as of python 3.13...