Rewrite: APNs: Scoped App Tokens #2
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)
|