mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
Don't import now unused INITIAL_EASE_FACTOR_THOUSANDS
This commit is contained in:
parent
caa536a753
commit
82a4e0abe8
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
use crate::{
|
use crate::{
|
||||||
card::{Card, CardID, CardQueue, CardType},
|
card::{Card, CardID, CardQueue, CardType},
|
||||||
collection::Collection,
|
collection::Collection,
|
||||||
deckconf::INITIAL_EASE_FACTOR_THOUSANDS,
|
|
||||||
decks::DeckID,
|
decks::DeckID,
|
||||||
err::Result,
|
err::Result,
|
||||||
notes::NoteID,
|
notes::NoteID,
|
||||||
|
|
Loading…
Reference in a new issue