mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Added missing typing import
This commit is contained in:
parent
678289c3f6
commit
1b4564bdb1
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue