mirror of
https://github.com/ankitects/anki.git
synced 2026-01-10 12:33:55 -05:00
format
This commit is contained in:
parent
457efc0d62
commit
e2dbc1a0ab
2 changed files with 2 additions and 3 deletions
|
|
@ -1080,7 +1080,7 @@ title="{}" {}>{}</button>""".format(
|
||||||
}[self.pm.reviewer()](self)
|
}[self.pm.reviewer()](self)
|
||||||
|
|
||||||
def setupOverview(self) -> None:
|
def setupOverview(self) -> None:
|
||||||
from aqt.overview import Overview, FlexibleOverview
|
from aqt.overview import FlexibleOverview, Overview
|
||||||
|
|
||||||
self.overview = {
|
self.overview = {
|
||||||
ReviewerType.default: Overview,
|
ReviewerType.default: Overview,
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,7 @@
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import functools
|
import functools
|
||||||
|
|
||||||
import html
|
import html
|
||||||
from aqt.flexible_grading_reviewer.widgets import FlexiblePushButton
|
|
||||||
from collections.abc import Callable
|
from collections.abc import Callable
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
from typing import Any
|
from typing import Any
|
||||||
|
|
@ -17,6 +15,7 @@ from anki.scheduler import UnburyDeck
|
||||||
from aqt import gui_hooks
|
from aqt import gui_hooks
|
||||||
from aqt.deckdescription import DeckDescriptionDialog
|
from aqt.deckdescription import DeckDescriptionDialog
|
||||||
from aqt.deckoptions import display_options_for_deck
|
from aqt.deckoptions import display_options_for_deck
|
||||||
|
from aqt.flexible_grading_reviewer.widgets import FlexiblePushButton
|
||||||
from aqt.operations import QueryOp
|
from aqt.operations import QueryOp
|
||||||
from aqt.operations.scheduling import (
|
from aqt.operations.scheduling import (
|
||||||
empty_filtered_deck,
|
empty_filtered_deck,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue