mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
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