chore(fmt): format code #291
ci.yml
on: push
rename-pr
4s
test_client
0s
Matrix: test_platforms
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)
|