mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -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,
|
||||
)
|
||||
|
||||
|
||||
@dataclass
|
||||
class AnkiVariable:
|
||||
light: str
|
||||
dark: str
|
||||
comment: str
|
||||
|
||||
|
||||
@dataclass
|
||||
class ColoredIcon:
|
||||
path: str
|
||||
|
|
Loading…
Reference in a new issue