mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Add both Union and Sequence to typing import
Resolve conflict.
This commit is contained in:
parent
73883f3f21
commit
67e3f25ad1
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, Sequence
|
||||
from typing import Any, Callable, List, Optional, Tuple, Union, Sequence
|
||||
|
||||
import anki
|
||||
import aqt
|
||||
|
|
Loading…
Reference in a new issue