1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Fix implicit-return in scripts (#122831)

This commit is contained in:
epenet
2024-07-30 16:57:42 +02:00
committed by GitHub
parent b3f7f379df
commit 4a34855a92

View File

@@ -45,6 +45,7 @@ def main() -> int | None:
cmd,
check=True,
)
return None
if __name__ == "__main__":