mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
fix comment space
This commit is contained in:
parent
8116df6c21
commit
aff37dae3f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
import copy
|
import copy
|
||||||
import io
|
import io
|
||||||
import json # To parse the product-to-id mapping file.
|
import json # To parse the product-to-id mapping file.
|
||||||
import os.path #T o find the product-to-id mapping.
|
import os.path # To find the product-to-id mapping.
|
||||||
from typing import Any, Dict, List, Optional, Tuple, cast, Set
|
from typing import Any, Dict, List, Optional, Tuple, cast, Set
|
||||||
import xml.etree.ElementTree as ET
|
import xml.etree.ElementTree as ET
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue