Remove unused import
This commit is contained in:
parent
d2bc3cd9f3
commit
4bc4af52cd
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
from subprocess import Popen, PIPE, run, CalledProcessError
|
||||
from subprocess import Popen, PIPE, run
|
||||
from pathlib import Path
|
||||
from sys import stdout
|
||||
from os import chmod, environ
|
||||
|
|
Loading…
Reference in a new issue