Reorder gui_hooks imports

This commit is contained in:
Henrik Giesel 2020-08-16 23:34:24 +02:00
parent 85d6145482
commit e3d01de2ba

View file

@ -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