Skip to content

Commit 1d0c6cd

Browse files
committed
Import order
1 parent 4d566ca commit 1d0c6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install_deps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import os
3232
import shutil
3333
import toml
34-
from subprocess import PIPE, Popen, STDOUT
34+
from subprocess import PIPE, STDOUT, Popen
3535

3636
# add argparse arguments
3737
parser = argparse.ArgumentParser(description="A utility to install dependencies based on extension.toml files.")

0 commit comments

Comments
 (0)