Remove unused imports

This commit is contained in:
Ivan Kravets
2016-04-26 18:14:30 +03:00
parent 2682e8db8a
commit 24ef799de7

View File

@ -18,7 +18,7 @@ import atexit
import re
from glob import glob
from os import environ, listdir, remove
from os.path import basename, isdir, isfile, join
from os.path import isdir, isfile, join
from platformio.util import exec_command, where_is_program