forked from platformio/platformio-core
Fix order for imports
This commit is contained in:
@ -12,9 +12,9 @@
|
|||||||
# 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 sys
|
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
|
import sys
|
||||||
from os.path import join
|
from os.path import join
|
||||||
|
|
||||||
from platformio import exception, util
|
from platformio import exception, util
|
||||||
|
Reference in New Issue
Block a user