forked from platformio/platformio-core
Remove unused imports
This commit is contained in:
@ -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,
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user