Remove unused imports

This commit is contained in:
Ivan Kravets
2016-04-23 20:56:05 +03:00
parent a2d08c6d9c
commit 9ff22f802a
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@
Builder for ST STM32 Series ARM microcontrollers. Builder for ST STM32 Series ARM microcontrollers.
""" """
import platform
from os.path import isfile, join from os.path import isfile, join
from SCons.Script import (COMMAND_LINE_TARGETS, AlwaysBuild, Default, from SCons.Script import (COMMAND_LINE_TARGETS, AlwaysBuild, Default,

View File

@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import json
import re import re
from os import listdir, makedirs, remove, rename from os import listdir, makedirs, remove, rename
from os.path import isdir, isfile, join from os.path import isdir, isfile, join