mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-14 10:17:49 -06:00
🔨 Clean up Python imports (#24736)
This commit is contained in:
parent
c46ed8f57d
commit
83aac65664
12 changed files with 7 additions and 13 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue