Fix incorrect cast import

This commit is contained in:
Jaime van Kessel 2019-07-30 11:45:27 +02:00
parent fe2412f3a7
commit 67dbb97958

View File

@ -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