mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Fix mypy issues
It doesn't seem to like blanket imports CURA-7440
This commit is contained in:
parent
59b9639d87
commit
d801f9838a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import numpy
|
||||
from pynest2d import *
|
||||
from pynest2d import Point, Box, Item, NfpConfig, nest
|
||||
from typing import List, TYPE_CHECKING, Optional, Tuple
|
||||
|
||||
from UM.Math.Matrix import Matrix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue