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(): def plot():
# TODO FIXME melatonin data # TODO FIXME melatonin data
melatonin_data = {} melatonin_data = {} # type: ignore[var-annotated]
# TODO ?? # TODO ??
sleeps = list(filter(predicate, load_sleeps())) sleeps = list(filter(predicate, load_sleeps()))