Skip to content

Commit f2b7a53

Browse files
generatedunixname89002005307016meta-codesync[bot]
authored andcommitted
Suppress type errors for Pyre upgrade
Differential Revision: D108176912 fbshipit-source-id: 789f118f70c4285040d5bfcce19682d28d3d0520
1 parent b6390d0 commit f2b7a53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

taac/utils/arista_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ async def analyze_log_updates(
628628
seen.add(entry_tuple)
629629
unique_entries.append(entry)
630630
timestamps = [e["timestamp"] for e in unique_entries]
631+
# pyrefly: ignore [no-matching-overload]
631632
total_count = sum(e["count"] for e in unique_entries)
632633
return {
633634
"lowest_timestamp": min(timestamps),

0 commit comments

Comments
 (0)