mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 01:23:12 +08:00
Added missing typing import
This commit is contained in:
parent
678289c3f6
commit
1b4564bdb1
@ -20,6 +20,7 @@ from typing import Optional, List, TYPE_CHECKING, Union
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from cura.Settings.ExtruderStack import ExtruderStack
|
||||
from cura.Settings.GlobalStack import GlobalStack
|
||||
|
||||
|
||||
## Manages all existing extruder stacks.
|
||||
|
Loading…
x
Reference in New Issue
Block a user