Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove incorrect usage of
typing.AnyStr
(mitmproxy#6271)
* Remove incorrect usage of `typing.AnyStr` Hi! While working on python/mypy#15732 our tools detected a misuse of AnyStr TypeVar (which is quite common). The proper way here is to use `@overload`s :) * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
- Loading branch information