mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
fix an unused import
This commit is contained in:
parent
8e66595c63
commit
bb1a2cb78b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import List, Optional, Sequence
|
||||
from typing import Optional, Sequence
|
||||
|
||||
import aqt
|
||||
from anki.cards import CardId
|
||||
|
|
Loading…
Reference in a new issue