Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 23, 2023
1 parent caf36cd commit 12ab229
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion koordinates/gui/context_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ def mouseReleaseEvent(self, event):
event.accept()



class ContextItemMenuAction(QWidgetAction):
selected = pyqtSignal(str)

Expand Down
2 changes: 0 additions & 2 deletions koordinates/gui/koordinates.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ def paintEvent(self, event):
painter.drawControl(QStyle.CE_TabBarTab, option)




class ResponsiveLayout(QLayout):

WIDE_MODE_WIDTH_THRESHOLD = 780
Expand Down

0 comments on commit 12ab229

Please sign in to comment.