mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04: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