mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
Fix implicit-return in scripts (#122831)
This commit is contained in:
parent
b3f7f379df
commit
4a34855a92
@ -45,6 +45,7 @@ def main() -> int | None:
|
||||
cmd,
|
||||
check=True,
|
||||
)
|
||||
return None
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
x
Reference in New Issue
Block a user