chore(fmt): format code #291
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)
|
Loading