mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
Run formatter
This commit is contained in:
parent
5724a004b9
commit
92a23ff7b8
1 changed files with 2 additions and 0 deletions
|
@ -26,12 +26,14 @@ from aqt.qt import (
|
||||||
Qt,
|
Qt,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class AnkiVariable:
|
class AnkiVariable:
|
||||||
light: str
|
light: str
|
||||||
dark: str
|
dark: str
|
||||||
comment: str
|
comment: str
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class ColoredIcon:
|
class ColoredIcon:
|
||||||
path: str
|
path: str
|
||||||
|
|
Loading…
Reference in a new issue