Skip to content

Rewrite: APNs: Scoped App Tokens #2

Rewrite: APNs: Scoped App Tokens

Rewrite: APNs: Scoped App Tokens #2

Triggered via pull request May 19, 2024 17:40
@JJTech0130JJTech0130
synchronize #101
app-tokens
Status Failure
Total duration 15s
Artifacts

pyright.yml

on: pull_request
pyright
6s
pyright
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
pyright: pypush/apns/_util.py#L5
Import "anyio" could not be resolved (reportMissingImports)
pyright: pypush/apns/_util.py#L6
Import "anyio.abc" could not be resolved (reportMissingImports)
pyright: pypush/apns/_util.py#L65
Expression of type "F@__init__" is incompatible with return type "F@receive"   Type "F@__init__" is incompatible with type "F@receive" (reportReturnType)
pyright: pypush/apns/albert.py#L9
Import "httpx" could not be resolved (reportMissingImports)
pyright: pypush/apns/albert.py#L83
"post" is not a known attribute of "None" (reportOptionalMemberAccess)
pyright: pypush/apns/lifecycle.py#L11
Import "anyio" could not be resolved (reportMissingImports)
pyright: pypush/apns/lifecycle.py#L12
Import "anyio.abc" could not be resolved (reportMissingImports)
pyright: pypush/apns/protocol.py#L5
Import "anyio.abc" could not be resolved (reportMissingImports)
pyright: pypush/apns/transport.py#L7
Import "anyio" could not be resolved (reportMissingImports)
pyright: pypush/apns/transport.py#L8
Import "anyio.abc" could not be resolved (reportMissingImports)
pyright: pypush/apns/_util.py#L62
TypeVar "F" appears only once in generic function signature   Use "object" instead (reportInvalidTypeVarUse)
pyright: pypush/cli/__init__.py#L8
Import "typing_extensions" could not be resolved from source (reportMissingModuleSource)