Skip to content

chore(fmt): format code #270

chore(fmt): format code

chore(fmt): format code #270

Triggered via push February 13, 2025 16:53
Status Failure
Total duration 21s
Artifacts

ci.yml

on: push
test_client
0s
test_client
Matrix: test_platforms
Fit to window
Zoom out
Zoom in

Annotations

1 error and 7 warnings
compile
Process completed with exit code 1.
compile: src/soferai/core/http_client.py#L5
Import "json" is not accessed (reportUnusedImport)
compile: tests/utils/test_serialization.py#L3
This type is deprecated as of Python 3.9; use "list" instead (reportDeprecated)
compile: tests/utils/assets/models/circle.py#L6
"typing_extensions" is imported more than once (reportDuplicateImport)
compile: tests/utils/assets/models/object_with_defaults.py#L6
"typing_extensions" is imported more than once (reportDuplicateImport)
compile: tests/utils/assets/models/object_with_optional_field.py#L7
"typing_extensions" is imported more than once (reportDuplicateImport)
compile: tests/utils/assets/models/shape.py#L7
"typing_extensions" is imported more than once (reportDuplicateImport)
compile: tests/utils/assets/models/square.py#L6
"typing_extensions" is imported more than once (reportDuplicateImport)