Skip to content

Commit

Permalink
upgrade pyre version in fbcode/fbpcs - batch 1 (#2300)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #2300

Reviewed By: joe1234wu

Differential Revision: D46117578

fbshipit-source-id: 7cadf3e33b19fc219214abdd2bc3cc41296ec10d
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed May 24, 2023
1 parent 15d37f3 commit 5231ada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fbpcs/common/service/graphapi_trace_logging_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def _flush_msg_queue(self, msg_queue, flush_size: int = FLUSH_CHUNK_SIZE) -> Non
aggregate_msg = {}
for msg in group_mgs_list:
if not aggregate_msg:
# pyre-fixme[16]: `SupportsGetItem` has no attribute `copy`.
aggregate_msg = msg.copy()
continue

Expand Down

0 comments on commit 5231ada

Please sign in to comment.