Skip to content

Commit 08e4ef8

Browse files
committed
run missing main
1 parent 9cb6585 commit 08e4ef8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/populate_tox/populate_tox.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,3 +770,7 @@ def main() -> dict[str, list]:
770770
)
771771

772772
return packages
773+
774+
775+
if __name__ == "__main__":
776+
main()

0 commit comments

Comments
 (0)