From 92a23ff7b8c7ffd06eb553c315199bdd337c7def Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Fri, 21 Oct 2022 19:29:50 +0200 Subject: [PATCH] Run formatter --- qt/aqt/theme.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt/aqt/theme.py b/qt/aqt/theme.py index b9378947c..08048e191 100644 --- a/qt/aqt/theme.py +++ b/qt/aqt/theme.py @@ -26,12 +26,14 @@ from aqt.qt import ( Qt, ) + @dataclass class AnkiVariable: light: str dark: str comment: str + @dataclass class ColoredIcon: path: str