Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2020-01-10 18:37:46 +0300
committerJaime van Kessel <nallath@gmail.com>2020-01-10 18:37:46 +0300
commite74f049142811d4ed5ce6406bc0075fd4f7c68ee (patch)
tree3671ccf6f11aa946a78c54a513b0884c692a41b2 /cura/PreviewPass.py
parentbb52ba6848dd8319a5cf10bd5e2eaba994f159a5 (diff)
Fix bunch of issues found by pylint
Diffstat (limited to 'cura/PreviewPass.py')
-rw-r--r--cura/PreviewPass.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/cura/PreviewPass.py b/cura/PreviewPass.py
index 58205ba708..da60db2d99 100644
--- a/cura/PreviewPass.py
+++ b/cura/PreviewPass.py
@@ -17,9 +17,6 @@ from cura.Scene.CuraSceneNode import CuraSceneNode
if TYPE_CHECKING:
from UM.View.GL.ShaderProgram import ShaderProgram
-
-MYPY = False
-if MYPY:
from UM.Scene.Camera import Camera