mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Reorder gui_hooks imports
This commit is contained in:
parent
85d6145482
commit
e3d01de2ba
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, Union, Tuple
|
from typing import Any, Callable, List, Optional, Tuple, Union
|
||||||
|
|
||||||
import anki
|
import anki
|
||||||
import aqt
|
import aqt
|
||||||
|
|
Loading…
Reference in a new issue