From dc58713957f755711148c954996ea76f82bf21d2 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005307016 Date: Tue, 30 Apr 2024 21:14:06 -0700 Subject: [PATCH] upgrade pyre version in `fbcode/tools` - batch 3 Differential Revision: D56777006 fbshipit-source-id: 91143d39bd14ccc327c2003a7ea192f9c09cbbb9 --- sapp/db_support.py | 1 + 1 file changed, 1 insertion(+) 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)