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__":