suppress final mypy error
This commit is contained in:
parent
c96958be9c
commit
fca9237010
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ def predicate(sleep: SleepEntry):
|
|||
|
||||
def plot():
|
||||
# TODO FIXME melatonin data
|
||||
melatonin_data = {}
|
||||
melatonin_data = {} # type: ignore[var-annotated]
|
||||
|
||||
# TODO ??
|
||||
sleeps = list(filter(predicate, load_sleeps()))
|
||||
|
|
Loading…
Add table
Reference in a new issue