Rafał
Rafał
### Describe the bug Hello, I think the definition here: https://github.com/getsentry/responses/blob/f7a7945991efc7cb8133b9d6ec75761b459fe75c/responses/__init__.py#L237 could be: ```python class CallList(Sequence[Call], Sized): ``` I'm using the latest Pyright static type checker in strict mode and...
### Describe the bug The downloads page is broken: ### To Reproduce 1. Go to https://www.python.org/downloads/ ### Expected behavior Not broken ### URL to the issue _No response_ ### Screenshots...
Python generated code is missing `__all__` statement to indicate module exports in `__init__.py`. Please see https://github.com/kubernetes-client/python/pull/1973
> from-type place_module for flask_session returned FIRSTPARTY `flask_session` module is recognised as `FIRSTPARTY` because it (by default) creates folder `flask_session` inside project root directory. But there is no `__init__.py` file...