Add Union import

This commit is contained in:
Henrik Giesel 2020-08-16 19:11:11 +02:00
parent 747c8532c2
commit a47cca75b2

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