mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 13:17:12 -05: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 typing import Any, Callable, List, Optional, Union, Tuple
|
||||
from typing import Any, Callable, List, Optional, Tuple, Union
|
||||
|
||||
import anki
|
||||
import aqt
|
||||
|
|
|
|||
Loading…
Reference in a new issue