forked from platformio/platformio-core
Fix PyLint warning about sorting for imports
This commit is contained in:
@@ -18,9 +18,10 @@ from os.path import isfile, join
|
|||||||
from shutil import copyfile
|
from shutil import copyfile
|
||||||
from time import sleep
|
from time import sleep
|
||||||
|
|
||||||
from platformio.util import get_logicaldisks, get_serialports, get_systype
|
|
||||||
from serial import Serial
|
from serial import Serial
|
||||||
|
|
||||||
|
from platformio.util import get_logicaldisks, get_serialports, get_systype
|
||||||
|
|
||||||
|
|
||||||
def FlushSerialBuffer(env, port):
|
def FlushSerialBuffer(env, port):
|
||||||
s = Serial(env.subst(port))
|
s = Serial(env.subst(port))
|
||||||
|
Reference in New Issue
Block a user