mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix import path
CURA-7435
This commit is contained in:
parent
399d622eeb
commit
79738171f6
1 changed files with 2 additions and 1 deletions
|
@ -14,9 +14,10 @@ from .OverlayNode import OverlayNode
|
|||
import pynavlib.pynavlib_interface as pynav
|
||||
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from typing import Optional
|
||||
from UM.Scene import Scene
|
||||
from UM.Scene.Scene import Scene
|
||||
from UM.View.Renderer import Renderer
|
||||
|
||||
class NavlibClient(pynav.NavlibNavigationModel, Tool):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue