diff --git a/soitool/main_window.py b/soitool/main_window.py
index e7bf446d68a868714dc49d064fb4e600073ee262..3b9ca7b2fb43f3bb8ea88517e0a58e9bc2e28343 100644
--- a/soitool/main_window.py
+++ b/soitool/main_window.py
@@ -9,8 +9,7 @@ import os
 from PySide2.QtCore import Qt
 from PySide2.QtWidgets import QTabWidget, QWidget, QMainWindow, \
     QApplication, QHBoxLayout, QVBoxLayout, QPushButton, QLabel, \
-    QAbstractItemView, QListWidget, QListWidgetItem, QAction, \
-    QLabel, 
+    QAbstractItemView, QListWidget, QListWidgetItem, QAction
 from PySide2.QtGui import QIcon