suppress final mypy error

This commit is contained in:
Dima Gerasimov 2020-03-14 15:15:18 +00:00
parent c96958be9c
commit fca9237010

View file

@ -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()))