Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] followup 0548793: remove unused import
  • Loading branch information
slarosa committed Sep 11, 2015
1 parent 0548793 commit 62c0ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/AlgorithmDialogBase.py
Expand Up @@ -28,7 +28,7 @@
import os

from PyQt4 import uic
from PyQt4.QtCore import Qt, QCoreApplication, QUrl, QSettings, QByteArray
from PyQt4.QtCore import QCoreApplication, QUrl, QSettings, QByteArray
from PyQt4.QtGui import QApplication, QDialogButtonBox

from qgis.utils import iface
Expand Down

0 comments on commit 62c0ef9

Please sign in to comment.