Add BrowserRow to ignored classes
This commit is contained in:
parent
922fccee58
commit
a5be72742c
@ -4,6 +4,7 @@ persistent = no
|
||||
|
||||
[TYPECHECK]
|
||||
ignored-classes=
|
||||
BrowserRow,
|
||||
FormatTimespanIn,
|
||||
AnswerCardIn,
|
||||
UnburyCardsInCurrentDeckIn,
|
||||
|
@ -688,7 +688,7 @@ class Collection:
|
||||
|
||||
def browser_row_for_card(
|
||||
self, cid: int
|
||||
) -> Tuple[Generator[Tuple[str, bool], None, None], BrowserRow.Color, str, int]:
|
||||
) -> Tuple[Generator[Tuple[str, bool], None, None], BrowserRow.Color.V, str, int]:
|
||||
row = self._backend.browser_row_for_card(cid)
|
||||
return (
|
||||
((cell.text, cell.is_rtl) for cell in row.cells),
|
||||
|
@ -6,6 +6,7 @@ ignore = forms,hooks_gen.py
|
||||
[TYPECHECK]
|
||||
ignored-modules=win32file,pywintypes,socket,win32pipe,winrt,pyaudio
|
||||
ignored-classes=
|
||||
BrowserRow,
|
||||
SearchNode,
|
||||
Config,
|
||||
OpChanges
|
||||
|
Loading…
Reference in New Issue
Block a user