diff --git a/src/python/jw/pkg/cmds/distro/backend/debian/Util.py b/src/python/jw/pkg/cmds/distro/backend/debian/Util.py index 890124ad..82bcd8b8 100644 --- a/src/python/jw/pkg/cmds/distro/backend/debian/Util.py +++ b/src/python/jw/pkg/cmds/distro/backend/debian/Util.py @@ -8,7 +8,7 @@ class Util(Base): def __init__(self, parent: Cmd): super().__init__(parent) - async def apt_get(self, *args): + async def apt_get(self, args: list[str]): cmd = ['/usr/bin/apt-get'] mod_env = None if not self.interactive: