Skip to content

Commit

Permalink
Update Lib/test/libregrtest/save_env.py
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Oct 31, 2023
1 parent f0db489 commit 180166b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/libregrtest/save_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def get_asyncio_events__event_loop_policy(self):
self.try_get_module('asyncio')
return support.maybe_get_event_loop_policy()
def restore_asyncio_events__event_loop_policy(self, policy):
asyncio = self.get_module('asyncio')
support.set_event_loop_policy(policy)

def get_sys_argv(self):
Expand Down

0 comments on commit 180166b

Please sign in to comment.