Add both Union and Sequence to typing import

Resolve conflict.
This commit is contained in:
Thomas B 2020-08-19 16:19:15 -04:00
parent 73883f3f21
commit 67e3f25ad1

View file

@ -7,7 +7,7 @@ See pylib/anki/hooks.py
from __future__ import annotations
from typing import Any, Callable, List, Optional, Tuple, Sequence
from typing import Any, Callable, List, Optional, Tuple, Union, Sequence
import anki
import aqt