From 1d4187162a94cd7732750e0f632664ea502deb3c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 24 Nov 2016 00:01:15 +0200 Subject: [PATCH] Fix order for imports --- platformio/pioplus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/pioplus.py b/platformio/pioplus.py index 1582efc8..69f6d0ef 100644 --- a/platformio/pioplus.py +++ b/platformio/pioplus.py @@ -12,9 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -import sys import os import subprocess +import sys from os.path import join from platformio import exception, util