mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Fix: Wrong import order
This commit is contained in:
parent
b77ee6181e
commit
1416ca6a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
use anki_proto::scheduler::simulate_fsrs_review_request::cmrr_target::Kind;
|
|
||||||
// Copyright: Ankitects Pty Ltd and contributors
|
// Copyright: Ankitects Pty Ltd and contributors
|
||||||
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
use anki_proto::scheduler::simulate_fsrs_review_request::cmrr_target::Kind;
|
||||||
use anki_proto::scheduler::SimulateFsrsReviewRequest;
|
use anki_proto::scheduler::SimulateFsrsReviewRequest;
|
||||||
use fsrs::extract_simulator_config;
|
use fsrs::extract_simulator_config;
|
||||||
use fsrs::SimulationResult;
|
use fsrs::SimulationResult;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue