Remove conflict- Sequence type no longer needed

This commit is contained in:
Thomas B 2020-08-20 10:34:08 -04:00
parent 6d43ab2fd5
commit c920dee638

View file

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