Datex2 json #46
Annotations
7 errors
Ruff (I001):
webapp/common/dataclass.py#L6
webapp/common/dataclass.py:6:1: I001 Import block is un-sorted or un-formatted
|
Ruff (RET504):
webapp/public_rest_api/datex2/datex2_handler.py#L35
webapp/public_rest_api/datex2/datex2_handler.py:35:16: RET504 Unnecessary assignment to `datex_2_publication` before `return` statement
|
Ruff (I001):
webapp/public_rest_api/datex2/datex2_mapper.py#L6
webapp/public_rest_api/datex2/datex2_mapper.py:6:1: I001 Import block is un-sorted or un-formatted
|
Ruff (RET504):
webapp/public_rest_api/datex2/datex2_mapper.py#L22
webapp/public_rest_api/datex2/datex2_mapper.py:22:16: RET504 Unnecessary assignment to `publication` before `return` statement
|
Ruff (I001):
webapp/public_rest_api/datex2/datex2_rest_api.py#L6
webapp/public_rest_api/datex2/datex2_rest_api.py:6:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
webapp/public_rest_api/datex2/datex2_schema.py#L6
webapp/public_rest_api/datex2/datex2_schema.py:6:1: I001 Import block is un-sorted or un-formatted
|
lint (3)
Process completed with exit code 1.
|