Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
set type
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-stokes committed Dec 12, 2022
1 parent fec6f27 commit 2a06cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/layouts/ubuntu.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
log.debug(deploy)


def _get_status(**kwargs) -> rich.status.Status | None:
def _get_status(**kwargs: str) -> rich.status.Status | None:
status: "rich.status.Status" | None = t.cast(
rich.status.Status, kwargs.get("status", None)
)
Expand Down

0 comments on commit 2a06cda

Please sign in to comment.