Skip to content

Commit 4f3a059

Browse files
committed
Improve build.py
1 parent d0f91fc commit 4f3a059

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,4 @@ def main(args: dict) -> None:
7373

7474

7575
if __name__ == "__main__":
76-
args = build_python.get_sanitized_arguments()
77-
main(args)
76+
main(build_python.get_sanitized_arguments())

0 commit comments

Comments
 (0)