mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
fix missing typing import
This commit is contained in:
parent
f38c9b4272
commit
4d9fe86b3c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
import copy
|
||||
import json
|
||||
import re
|
||||
from typing import List, Optional
|
||||
from typing import Any, Dict, List, Optional
|
||||
|
||||
import aqt
|
||||
from anki.cards import Card
|
||||
|
|
|
|||
Loading…
Reference in a new issue