Skip to content

Commit

Permalink
sort imports in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMa committed Jan 15, 2025
1 parent 5961b57 commit 085f6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import site
import PyInstaller.__main__
import site
import sys

def main() -> None:
Expand Down

0 comments on commit 085f6cf

Please sign in to comment.