Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2019-07-30 12:45:27 +0300
committerJaime van Kessel <nallath@gmail.com>2019-07-30 12:45:27 +0300
commit67dbb97958805f6b673751b98c11bc0b020c93d7 (patch)
treeec5982b1c00b1ae4f525defbcdfca260130db216 /cura/PreviewPass.py
parentfe2412f3a76ad0f63f9b6ad59139bfbd797e6cf0 (diff)
Fix incorrect cast import
Diffstat (limited to 'cura/PreviewPass.py')
-rw-r--r--cura/PreviewPass.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cura/PreviewPass.py b/cura/PreviewPass.py
index 2fe6e7971f..8465af4b83 100644
--- a/cura/PreviewPass.py
+++ b/cura/PreviewPass.py
@@ -1,9 +1,8 @@
# Copyright (c) 2018 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
-from typing import Optional, TYPE_CHECKING
+from typing import Optional, TYPE_CHECKING, cast
-from numpy import cast
from UM.Application import Application
from UM.Resources import Resources