🔨 Clean up Python imports (#24736)

This commit is contained in:
dmitrygribenchuk
2022-09-05 21:19:19 +03:00
committed by Sven Soost
parent 4732105dd9
commit e015483d93
12 changed files with 7 additions and 13 deletions

View File

@@ -5,7 +5,7 @@
import pioutil
if pioutil.is_pio_build():
import os,re,sys
import re,sys
from pathlib import Path
Import("env")