Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-gladkii committed Mar 22, 2024
1 parent 78b21e6 commit c9e1132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app/services/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class LogsService:
def get_list(self) -> list[dict[str, Any]]:
def get_list(self) -> list[Any]:
return [
{
"id": "ac740dbd-441e-4ecf-b0fc-95963b5a8551",
Expand Down

0 comments on commit c9e1132

Please sign in to comment.