Open dbnl-tjs opened 1 month ago
Seems to be an issue with empty stubs in https://github.com/cex-solutions/types-smorest/blob/main/flask_smorest-stubs/etag.pyi and https://github.com/cex-solutions/types-smorest/blob/main/flask_smorest-stubs/pagination.pyi
Hi, I am trying to extend the
Blueprint
class with my own functionality. Mypy is not happy with typing in the following example. The revealed type forMySmorestBlueprint
should beexample.MySmorestBlueprint
, notflask_smorest.blueprint.Blueprint
.