mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Remove unused imports
This commit is contained in:
@ -7,7 +7,7 @@ PlatformIO 2.0
|
|||||||
2.9.3 (2016-06-??)
|
2.9.3 (2016-06-??)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* Fixed firmware uploading to the embedded boards with SAM-BA bootloader
|
* Refactored firmware uploading to the embedded boards with SAM-BA bootloader
|
||||||
|
|
||||||
2.9.2 (2016-06-02)
|
2.9.2 (2016-06-02)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
|
|
||||||
import sys
|
|
||||||
from os.path import isfile, join
|
from os.path import isfile, join
|
||||||
from shutil import copyfile
|
from shutil import copyfile
|
||||||
from time import sleep
|
from time import sleep
|
||||||
|
Reference in New Issue
Block a user