From 910386eaf77b6936c3c2fce9f5682e9243db69cc Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 28 Oct 2017 15:43:26 +0200 Subject: [PATCH] remove unused import --- plugins/ChangeLogPlugin/ChangeLog.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/ChangeLogPlugin/ChangeLog.py b/plugins/ChangeLogPlugin/ChangeLog.py index 8d1e54f40c..a80779da50 100644 --- a/plugins/ChangeLogPlugin/ChangeLog.py +++ b/plugins/ChangeLogPlugin/ChangeLog.py @@ -8,7 +8,6 @@ from UM.Application import Application from UM.PluginRegistry import PluginRegistry from UM.Version import Version -from PyQt5.QtQuick import QQuickView from PyQt5.QtQml import QQmlComponent, QQmlContext from PyQt5.QtCore import QUrl, pyqtSlot, QObject