refactor(linux): Revert type hints
Turns out `list[str] | None` doesn't work with Python < 3.9 which comes with Ubuntu 20.04 Focal, so we revert that change.
parent
481cb4a2
Please register or sign in to comment
Turns out `list[str] | None` doesn't work with Python < 3.9 which comes with Ubuntu 20.04 Focal, so we revert that change.