mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
remove redundant declaration
This commit is contained in:
parent
6bd61d3d85
commit
36201a5448
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@ from anki.utils import ids2str, namedtmp, splitFields, stripHTML
|
|||
class Exporter:
|
||||
includeHTML: Union[bool, None] = None
|
||||
|
||||
did: Optional[int]
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
col: _Collection,
|
||||
|
|
Loading…
Reference in a new issue