Fix mypy issues

It doesn't seem to like blanket imports

CURA-7440
This commit is contained in:
Jaime van Kessel 2020-10-05 14:52:50 +02:00
parent 59b9639d87
commit d801f9838a
No known key found for this signature in database
GPG Key ID: 3710727397403C91

View File

@ -1,5 +1,5 @@
import numpy import numpy
from pynest2d import * from pynest2d import Point, Box, Item, NfpConfig, nest
from typing import List, TYPE_CHECKING, Optional, Tuple from typing import List, TYPE_CHECKING, Optional, Tuple
from UM.Math.Matrix import Matrix from UM.Math.Matrix import Matrix