mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-09 15:57:50 -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
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# preprocessor.py
|
||||
#
|
||||
import subprocess,re
|
||||
import subprocess
|
||||
|
||||
nocache = 1
|
||||
verbose = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue