Skip to content

Commit 7bebbaf

Browse files
committed
clean up
1 parent a5cc463 commit 7bebbaf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

NodeGraphQt/widgets/tab_search.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44

55
from Qt import QtCore, QtWidgets, QtGui
66

7-
from NodeGraphQt.constants import (
8-
VIEWER_BG_COLOR,
9-
VIEWER_NAV_BG_COLOR,
10-
NODE_SEL_BORDER_COLOR
11-
)
7+
from NodeGraphQt.constants import VIEWER_BG_COLOR, VIEWER_NAV_BG_COLOR
128

139

1410
class TabSearchCompleter(QtWidgets.QCompleter):
@@ -284,4 +280,3 @@ def set_nodes(self, node_dict=None):
284280
self.rebuild = False
285281

286282
self._show()
287-

0 commit comments

Comments
 (0)