Fix type issues

This commit is contained in:
Jaime van Kessel 2018-11-05 11:30:02 +01:00
parent eded0f0297
commit 412e5977a6
2 changed files with 3 additions and 3 deletions

View file

@ -128,7 +128,7 @@ if TYPE_CHECKING:
numpy.seterr(all = "ignore")
try:
from cura.CuraVersion import CuraVersion, CuraBuildType, CuraDebugMode, CuraSDKVersion
from cura.CuraVersion import CuraVersion, CuraBuildType, CuraDebugMode, CuraSDKVersion # type: ignore
except ImportError:
CuraVersion = "master" # [CodeStyle: Reflecting imported value]
CuraBuildType = ""