mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 20:57:13 -05:00
Remove conflict- Sequence type no longer needed
This commit is contained in:
parent
6d43ab2fd5
commit
c920dee638
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ See pylib/anki/hooks.py
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from typing import Any, Callable, List, Optional, Tuple, Union, Sequence
|
from typing import Any, Callable, List, Optional, Tuple, Union
|
||||||
|
|
||||||
import anki
|
import anki
|
||||||
import aqt
|
import aqt
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue