mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -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
|
@ -5,9 +5,8 @@ import re
|
|||
import argparse
|
||||
from pathlib import Path
|
||||
from fuzzywuzzy import fuzz
|
||||
from fuzzywuzzy import process
|
||||
import xml.etree.ElementTree as ET
|
||||
from xml.sax.saxutils import unescape, escape, quoteattr
|
||||
from xml.sax.saxutils import unescape
|
||||
|
||||
|
||||
def load_existing_xmtm(path: Path) -> ET.Element:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue