Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal committed Jun 11, 2024
1 parent d8760e8 commit bc49d05
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Lib/test/test_pyrepl/test_pyrepl.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,10 +844,6 @@ def test_exposed_globals_in_repl(self):
'["__annotations__", "__builtins__", "__doc__", "__loader__", '
'"__name__", "__package__", "__spec__"]'
)

with patch('_pyrepl.simple_interact.


output, exit_code = self.run_repl(["sorted(dir())", "exit"])
self.assertEqual(exit_code, 0)
output = output.replace("\'", '"')
Expand Down

0 comments on commit bc49d05

Please sign in to comment.