diff --git a/qt/aqt/browser.py b/qt/aqt/browser.py index c94fef39c..bcaabba73 100644 --- a/qt/aqt/browser.py +++ b/qt/aqt/browser.py @@ -1133,7 +1133,7 @@ QTableView {{ gridline-color: {grid} }} t, ":/icons/tag.svg", lambda t=t: self.setFilter("tag", t), # type: ignore - item_type=SidebarItemType.TAG, # type: ignore + item_type=SidebarItemType.TAG, ) root.addChild(item)