diff --git a/sapp/db_support.py b/sapp/db_support.py index 342650a8..d7474e5b 100644 --- a/sapp/db_support.py +++ b/sapp/db_support.py @@ -193,6 +193,7 @@ def _merge_by_keys( # Guard against `items` being an iterator: we need to iterate it twice items = list(items) + # pyre-fixme[11]: Annotation `` is not defined as a type. def key_for_item(item: PrepareMixin) -> Tuple[...]: return tuple(getattr(item, attr.key) for attr in key_attributes)