mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
Fix import formatting for isort
This commit is contained in:
parent
1fb6c21c8c
commit
5f1c60fc55
1 changed files with 2 additions and 0 deletions
|
|
@ -3,8 +3,10 @@
|
|||
|
||||
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