From 85d614548257f82c3e18efc4196b1499bb6a9071 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Sun, 16 Aug 2020 19:11:11 +0200 Subject: [PATCH] Add Union import --- 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 1c35d9d5f..bfe30f97c 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, Tuple +from typing import Any, Callable, List, Optional, Union, Tuple import anki import aqt