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