Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Oct 29, 2024
1 parent cad068c commit 96bfc8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lvmapi/routers/actors.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,4 @@ async def get_actor_versions_route(
) -> dict[str, str | None]:
"""Returns the version of an actor."""


return (await get_actor_versions(actor=actor))
return await get_actor_versions(actor=actor)

0 comments on commit 96bfc8b

Please sign in to comment.