Skip to content

Merge pull request #153 from takluyver/patch-1 #145

Merge pull request #153 from takluyver/patch-1

Merge pull request #153 from takluyver/patch-1 #145

Triggered via push February 8, 2024 12:21
Status Failure
Total duration 24s
Artifacts

style.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors
mypy: wideq/core.py#L9
Library stubs not installed for "requests" [import-untyped]
mypy: wideq/core.py#L12
Library stubs not installed for "requests.adapters" [import-untyped]
mypy: wideq/core.py#L13
Library stubs not installed for "requests.packages.urllib3.util.retry" [import-untyped]
mypy: wideq/client.py#L7
Library stubs not installed for "requests" [import-untyped]
mypy: wideq/client.py#L7
Hint: "python3 -m pip install types-requests"
mypy: wideq/client.py#L7
(or run "mypy --install-types" to install all missing stub packages)
mypy: tests/test_core.py#L2
Cannot find implementation or library stub for module named "responses" [import-not-found]
mypy: tests/test_core.py#L2
See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
mypy
Process completed with exit code 1.