Add train task retrieve #605
Annotations
4 errors
Ruff (I001):
app/api/api.py#L1
app/api/api.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F841):
app/services/project.py#L48
app/services/project.py:48:9: F841 Local variable `netspresso` is assigned to but never used
|
Ruff (F841):
app/services/task.py#L12
app/services/task.py:12:9: F841 Local variable `netspresso` is assigned to but never used
|
ruff
Process completed with exit code 1.
|