Skip to content

Commit ac82897

Browse files
committed
fix build.py formatting
1 parent 50f9522 commit ac82897

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import PyInstaller.__main__
21
import site
32
import sys
43

4+
import PyInstaller.__main__
5+
56

67
def main() -> None:
78
executable_name = sys.argv[1]

0 commit comments

Comments
 (0)