Skip to content

Commit da5225d

Browse files
authored
move import sys
1 parent 493f298 commit da5225d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
import os
1616
import re
17+
import sys
1718
import locale
1819
from os.path import isfile, join
1920

@@ -380,7 +381,6 @@ def firmware_metrics(target, source, env):
380381

381382
try:
382383
import subprocess
383-
import sys
384384
import shlex
385385

386386
cmd = [env.subst("$PYTHONEXE"), "-m", "esp_idf_size", "--ng"]

0 commit comments

Comments
 (0)