mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Fix typing
This commit is contained in:
parent
3b9ab9901e
commit
b65482e992
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import configparser
|
||||
import io
|
||||
from typing import Tuple, List
|
||||
from typing import Dict, Tuple, List
|
||||
|
||||
from UM.VersionUpgrade import VersionUpgrade
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue