Skip to content

Commit

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

Reviewed By: joe1234wu

Differential Revision: D57183290
  • Loading branch information
Pyre Bot Jr authored and facebook-github-bot committed May 17, 2024
1 parent 5b83e91 commit 39674b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fbpcs/bolt/oss_bolt_pcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,6 @@ async def get_or_create_instance(
@bolt_checkpoint()
async def log_failed_containers(self, instance_id: str) -> None:
loop = asyncio.get_running_loop()
# pyre-fixme[32]: Variable argument conflicts with constraints on
# `*asyncio.events._Ts`.
await loop.run_in_executor(None, self.pcs.log_failed_containers, instance_id)

0 comments on commit 39674b1

Please sign in to comment.