mirror of
https://github.com/ankitects/anki.git
synced 2025-12-11 05:46:55 -05: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
|
||||
from heapq import *
|
||||
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
|
||||
from anki import hooks
|
||||
|
|
|
|||
Loading…
Reference in a new issue