mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove traces of Shapely
It's been replaced by Pyclipper. We were only importing Shapely here, not actually using it. Contributes to issue CURA-8592.
This commit is contained in:
parent
f97f7ca6af
commit
05bbebf2f7
2 changed files with 2 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
|||
# Copyright (c) 2020 Ultimaker B.V.
|
||||
# Copyright (c) 2021 Ultimaker B.V.
|
||||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
from PyQt5.QtCore import QTimer
|
||||
from shapely.errors import TopologicalError # To capture errors if Shapely messes up.
|
||||
|
||||
from UM.Application import Application
|
||||
from UM.Logger import Logger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue