Browse Source

Cleanup for change log dialog - CURA-4568

ChrisTerBeke 7 years ago
parent
commit
055e4792b0
1 changed files with 1 additions and 2 deletions
  1. 1 2
      plugins/ChangeLogPlugin/ChangeLog.py

+ 1 - 2
plugins/ChangeLogPlugin/ChangeLog.py

@@ -8,8 +8,7 @@ from UM.Application import Application
 from UM.PluginRegistry import PluginRegistry
 from UM.Version import Version
 
-from PyQt5.QtQml import QQmlComponent, QQmlContext
-from PyQt5.QtCore import QUrl, pyqtSlot, QObject
+from PyQt5.QtCore import pyqtSlot, QObject
 
 import os.path
 import collections