Skip to content

Commit bc49d05

Browse files
committed
Fix mypy
1 parent d8760e8 commit bc49d05

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/test/test_pyrepl/test_pyrepl.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -844,10 +844,6 @@ def test_exposed_globals_in_repl(self):
844844
'["__annotations__", "__builtins__", "__doc__", "__loader__", '
845845
'"__name__", "__package__", "__spec__"]'
846846
)
847-
848-
with patch('_pyrepl.simple_interact.
849-
850-
851847
output, exit_code = self.run_repl(["sorted(dir())", "exit"])
852848
self.assertEqual(exit_code, 0)
853849
output = output.replace("\'", '"')

0 commit comments

Comments
 (0)