🔨 Clean up Python imports (#24736)

This commit is contained in:
dmitrygribenchuk 2022-09-05 21:19:19 +03:00 committed by GitHub
parent c46ed8f57d
commit 83aac65664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 7 additions and 13 deletions

View file

@ -13,7 +13,7 @@
from __future__ import print_function
from __future__ import division
import subprocess,os,sys,platform
import subprocess,os,platform
from SCons.Script import DefaultEnvironment
current_OS = platform.system()