mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
sort imports
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
import json
|
import json
|
||||||
from os import name as os_name
|
from os import name as os_name
|
||||||
from os import getcwd, getenv, listdir, makedirs, utime
|
from os import getcwd, getenv, listdir, makedirs, utime
|
||||||
from os.path import dirname, expanduser, isdir, isfile, join, realpath, abspath
|
from os.path import abspath, dirname, expanduser, isdir, isfile, join, realpath
|
||||||
from platform import system, uname
|
from platform import system, uname
|
||||||
from subprocess import PIPE, Popen
|
from subprocess import PIPE, Popen
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user