mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
Fix import sorting in activity.py
This commit is contained in:
parent
9d27730faf
commit
1fb6c21c8c
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ from collections import defaultdict
|
|||
from typing import Dict, Union
|
||||
from anki.collection import Collection
|
||||
|
||||
|
||||
def analyze_activity(col: Collection, days: int = 30) -> dict[str, Union[int, float]]:
|
||||
|
||||
day_cutoff = col.sched.day_cutoff
|
||||
|
|
|
|||
Loading…
Reference in a new issue