From e6130830183a43726bbe95042dd4f3cd4fdf4156 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Sun, 16 Aug 2020 23:34:24 +0200 Subject: [PATCH] Reorder gui_hooks imports --- qt/aqt/gui_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/gui_hooks.py b/qt/aqt/gui_hooks.py index bfe30f97c..535f3c595 100644 --- a/qt/aqt/gui_hooks.py +++ b/qt/aqt/gui_hooks.py @@ -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