Skip to content

Commit

Permalink
make-venv: Reorganise imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Sep 29, 2024
1 parent 57066da commit 1e4a40e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/hooks/make-venv.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
import filecmp
import os
import os.path
import shutil
Expand All @@ -7,8 +8,6 @@
import typing
from pathlib import Path
from venv import EnvBuilder
import filecmp


EXECUTABLE = os.path.basename(sys.executable)
PYTHON_VERSION = ".".join((str(sys.version_info.major), str(sys.version_info.minor)))
Expand Down

0 comments on commit 1e4a40e

Please sign in to comment.