From e74f049142811d4ed5ce6406bc0075fd4f7c68ee Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 10 Jan 2020 16:37:46 +0100 Subject: Fix bunch of issues found by pylint --- cura/LayerPolygon.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cura/LayerPolygon.py') diff --git a/cura/LayerPolygon.py b/cura/LayerPolygon.py index 353d195100..6bdd0d53d1 100644 --- a/cura/LayerPolygon.py +++ b/cura/LayerPolygon.py @@ -1,10 +1,10 @@ # Copyright (c) 2019 Ultimaker B.V. # Cura is released under the terms of the LGPLv3 or higher. - -from UM.Qt.QtApplication import QtApplication -from typing import Any, Optional import numpy +from typing import Optional + +from UM.Qt.QtApplication import QtApplication from UM.Logger import Logger -- cgit v1.2.3