From 3a8b239b9f1c963be421947c6976ac4e37ce9ffb Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 13 Sep 2024 23:07:39 +0200 Subject: [PATCH] mypy/cmd --- rwx/cmd/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rwx/cmd/__init__.py b/rwx/cmd/__init__.py index e3b75bc..ca4dced 100644 --- a/rwx/cmd/__init__.py +++ b/rwx/cmd/__init__.py @@ -6,6 +6,7 @@ packages: list[str] = [] def need(command: str) -> None: """Assert package dependency for a command.""" + package: str | None match command: case "debootstrap": package = "debootstrap"