mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Fix typing warning
This commit is contained in:
parent
7c1b855709
commit
cd0523712f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue