mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Cleanup
This commit is contained in:
@ -9,7 +9,6 @@ from os.path import join
|
||||
|
||||
from SCons.Script import Import, Return
|
||||
|
||||
|
||||
env = None
|
||||
Import("env")
|
||||
|
||||
|
@ -13,7 +13,6 @@ from SCons.Script import Import, Return
|
||||
|
||||
from platformio.util import exec_command
|
||||
|
||||
|
||||
env = None
|
||||
Import("env")
|
||||
BOARD_BUILDOPTS = env.get("BOARD_OPTIONS", {}).get("build", {})
|
||||
|
@ -9,7 +9,6 @@ from os.path import join
|
||||
|
||||
from SCons.Script import Import, Return
|
||||
|
||||
|
||||
env = None
|
||||
Import("env")
|
||||
|
||||
|
Reference in New Issue
Block a user