Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Commit fddb26e

Browse files
committed
remove unused imports
1 parent 66f990a commit fddb26e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pugdebug/gui/projects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
__author__ = "robertbasic"
1111

12-
from PyQt5.QtCore import pyqtSignal
1312
from PyQt5.QtWidgets import (QDialog, QPushButton, QVBoxLayout, QHBoxLayout,
1413
QFormLayout, QLineEdit, QTreeView)
1514

pugdebug/models/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from PyQt5.QtCore import QCoreApplication, QSettings
1313
from PyQt5.QtGui import QStandardItemModel, QStandardItem
1414

15-
from pugdebug.models.settings import get_projects, save_settings, has_setting
15+
from pugdebug.models.settings import get_projects, has_setting
1616

1717

1818
class PugdebugProject(QSettings):

0 commit comments

Comments
 (0)