File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1515from bpython import config , inspection
1616from bpython .curtsiesfrontend .repl import BaseRepl
1717from bpython .curtsiesfrontend import replpainter
18- from bpython .repl import History
1918from bpython .curtsiesfrontend .repl import INCONSISTENT_HISTORY_MSG , \
2019 CONTIGUITY_BROKEN_MSG
2120from bpython .test import FixLanguageTestCase as TestCase , TEST_CONFIG
@@ -48,8 +47,6 @@ class TestRepl(BaseRepl):
4847 def _request_refresh (inner_self ):
4948 pass
5049 self .repl = TestRepl (config = setup_config ())
51- # clear history
52- self .repl .rl_history = History ()
5350 self .repl .height , self .repl .width = (5 , 10 )
5451
5552 @property
@@ -236,8 +233,6 @@ class TestRepl(BaseRepl):
236233 def _request_refresh (inner_self ):
237234 self .refresh ()
238235 self .repl = TestRepl (banner = '' , config = setup_config ())
239- # clear history
240- self .repl .rl_history = History ()
241236 self .repl .height , self .repl .width = (5 , 32 )
242237
243238 def send_key (self , key ):
You can’t perform that action at this time.
0 commit comments