Add Union import

This commit is contained in:
Henrik Giesel 2020-08-16 19:11:11 +02:00
parent 7f503895d7
commit 85d6145482

View file

@ -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