settingsDialog: Remove unneeded imports

Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
This commit is contained in:
Juraj Oravec 2019-09-26 23:57:56 +02:00
parent cac7ff84ae
commit 65b7b8b562
No known key found for this signature in database
GPG Key ID: 63ACB65056BC8D07

View File

@ -16,9 +16,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# ============================================================ # ============================================================
import Falkon
import os import os
from PySide2 import QtCore, QtGui, QtWidgets, QtUiTools from PySide2 import QtCore, QtWidgets, QtUiTools
from unloader.i18n import i18n from unloader.i18n import i18n