fix: ignore type error for static kwargs
This commit is contained in:
parent
2dfb5096b9
commit
388990bb42
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class RosterWin(Win):
|
|||
group = item.name
|
||||
elif isinstance(item, Contact):
|
||||
self.draw_contact_line(y, item, draw_selected, group,
|
||||
**options)
|
||||
**options) # type: ignore
|
||||
elif isinstance(item, Resource):
|
||||
self.draw_resource_line(y, item, draw_selected)
|
||||
|
||||
|
|
Loading…
Reference in a new issue