mirror of
https://github.com/ankitects/anki.git
synced 2025-12-11 05:46:55 -05:00
Add Union import
This commit is contained in:
parent
7f503895d7
commit
85d6145482
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ See pylib/anki/hooks.py
|
|||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any, Callable, List, Optional, Tuple
|
||||
from typing import Any, Callable, List, Optional, Union, Tuple
|
||||
|
||||
import anki
|
||||
import aqt
|
||||
|
|
|
|||
Loading…
Reference in a new issue