Describe the bug
mypy returns the following error when type checking our project.
error: Skipping analyzing "responses": module is installed, but missing library stubs or py.typed marker [import]
Additional context
Using mypy version 0.942 and the master version of responses.
Version of responses
commit 04c9e15
Steps to Reproduce
Run mypy on a project that includes responses
import responses
print(responses)
Expected Result
There should be no mypy errors.
Actual Result
error: Skipping analyzing "responses": module is installed, but missing library stubs or py.typed marker [import]
Describe the bug
mypy returns the following error when type checking our project.
error: Skipping analyzing "responses": module is installed, but missing library stubs or py.typed marker [import]Additional context
Using mypy version 0.942 and the master version of responses.
Version of
responsescommit 04c9e15
Steps to Reproduce
Run mypy on a project that includes
responsesExpected Result
There should be no mypy errors.
Actual Result
error: Skipping analyzing "responses": module is installed, but missing library stubs or py.typed marker [import]