mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
cleanup unused import and fix comment space
This commit is contained in:
parent
5125c7d33a
commit
8116df6c21
31 changed files with 32 additions and 59 deletions
|
@ -1,10 +1,10 @@
|
|||
# Copyright (c) 2021 Ultimaker B.V.
|
||||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import argparse #To get the source directory from command line arguments.
|
||||
import argparse # To get the source directory from command line arguments.
|
||||
import io # To fix encoding issues in Windows
|
||||
import os #To find files from the source.
|
||||
import os.path #To find files from the source and the destination path.
|
||||
import os # To find files from the source.
|
||||
import os.path # To find files from the source and the destination path.
|
||||
|
||||
cura_files = {"cura", "fdmprinter.def.json", "fdmextruder.def.json"}
|
||||
uranium_files = {"uranium"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue