mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -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)
|
||||
|
||||
def setupOverview(self) -> None:
|
||||
from aqt.overview import Overview, FlexibleOverview
|
||||
from aqt.overview import FlexibleOverview, Overview
|
||||
|
||||
self.overview = {
|
||||
ReviewerType.default: Overview,
|
||||
|
|
|
|||
|
|
@ -3,9 +3,7 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import functools
|
||||
|
||||
import html
|
||||
from aqt.flexible_grading_reviewer.widgets import FlexiblePushButton
|
||||
from collections.abc import Callable
|
||||
from dataclasses import dataclass
|
||||
from typing import Any
|
||||
|
|
@ -17,6 +15,7 @@ from anki.scheduler import UnburyDeck
|
|||
from aqt import gui_hooks
|
||||
from aqt.deckdescription import DeckDescriptionDialog
|
||||
from aqt.deckoptions import display_options_for_deck
|
||||
from aqt.flexible_grading_reviewer.widgets import FlexiblePushButton
|
||||
from aqt.operations import QueryOp
|
||||
from aqt.operations.scheduling import (
|
||||
empty_filtered_deck,
|
||||
|
|
|
|||
Loading…
Reference in a new issue