Add logging support #138
Annotations
4 errors and 1 notice
|
build
Process completed with exit code 2.
|
|
Pyrefly unsupported-operation:
fastly_compute/log.py#L243
Cannot set item in `dict[str, LogEndpoint]`
Argument `None` is not assignable to parameter `key` with type `str` in function `dict.__setitem__`
|
|
Pyrefly bad-index:
fastly_compute/log.py#L239
Cannot index into `dict[str, LogEndpoint]`
Argument `str | None` is not assignable to parameter `key` with type `str` in function `dict.__getitem__`
|
|
Pyrefly bad-assignment:
fastly_compute/log.py#L219
`((str) -> str | None) | None` is not assignable to attribute `_endpoint_mapper` with type `((str) -> str) | None`
|
|
sccache stats
0% - 0 hits, 8 misses, 0 errors
|