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