mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
import tidyup
This commit is contained in:
parent
e8bdd8616b
commit
0e8339358b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import time
|
||||||
import weakref
|
import weakref
|
||||||
from heapq import *
|
from heapq import *
|
||||||
from operator import itemgetter
|
from operator import itemgetter
|
||||||
from typing import Any, Callable, Dict, List, Optional, Tuple, Union
|
from typing import Any, Dict, List, Optional, Tuple, Union
|
||||||
|
|
||||||
import anki
|
import anki
|
||||||
from anki import hooks
|
from anki import hooks
|
||||||
|
|
Loading…
Reference in a new issue