Skip to content

Commit

Permalink
modified lint results
Browse files Browse the repository at this point in the history
  • Loading branch information
bourbonkk committed Dec 23, 2023
1 parent 9259d72 commit 05e6a74
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ def tearDown(self):

def test_asyncio_gather(self):
async def gather_factorial():
await asyncio.gather(
factorial(2), factorial(3), factorial(4)
)
await asyncio.gather(factorial(2), factorial(3), factorial(4))

asyncio.run(gather_factorial())
spans = self.memory_exporter.get_finished_spans()
Expand Down

0 comments on commit 05e6a74

Please sign in to comment.