Add more type hints
Compare changes
- Newbyte authored
"y" only works here by accident as it's considered truthy by Python and as such gets handled equivalently to True in the current implementation of pmb.helpers.cli.confirm(), but it's still relying on unintended behaviour. Change this to use a bool as intended.
+ 1
− 1
@@ -292,7 +292,7 @@ def ask_for_timezone() -> str: