mirror of
https://github.com/home-assistant/core.git
synced 2025-06-24 17:11:53 +02:00
Fix implicit-return in scripts (#122831)
This commit is contained in:
@ -45,6 +45,7 @@ def main() -> int | None:
|
||||
cmd,
|
||||
check=True,
|
||||
)
|
||||
return None
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Reference in New Issue
Block a user