mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
fix missing typing import
This commit is contained in:
parent
5e5dc517ca
commit
c7db6331cf
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