Skip to content

Commit

Permalink
fix blooper
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Nov 26, 2024
1 parent 596191d commit ad9152e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/test/test_asyncio/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def tearDown(self):
del self._future_add_to_awaited_by

asyncio.Task = self._Task
tasks = self._Task
tasks.Task = self._Task
del self._Task

asyncio.Future = self._Future
Expand Down Expand Up @@ -431,7 +431,7 @@ def tearDown(self):
del self._future_add_to_awaited_by

asyncio.Task = self._Task
tasks = self._Task
tasks.Task = self._Task
del self._Task

asyncio.Future = self._Future
Expand Down

0 comments on commit ad9152e

Please sign in to comment.