forked from platformio/platformio-core
Remove unused imports
This commit is contained in:
@ -7,7 +7,7 @@ PlatformIO 2.0
|
||||
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)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
@ -14,7 +14,6 @@
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
import sys
|
||||
from os.path import isfile, join
|
||||
from shutil import copyfile
|
||||
from time import sleep
|
||||
|
Reference in New Issue
Block a user