Remove unused imports

This commit is contained in:
Ivan Kravets
2016-06-03 18:46:28 +03:00
parent 439e6b4ccf
commit 45d5159fe3
2 changed files with 1 additions and 2 deletions

View File

@ -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)
~~~~~~~~~~~~~~~~~~

View File

@ -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