Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9bdcdf9

Browse files
authored
Merge pull request #13297 from Kojoley/remove-unused-function-in-test_inputsplitter
test_inputsplitter: remove unused function
2 parents b4d3f47 + b221a8f commit 9bdcdf9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

IPython/core/tests/test_inputsplitter.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ def mini_interactive_loop(input_func):
4949
# Test utilities, just for local use
5050
#-----------------------------------------------------------------------------
5151

52-
def assemble(block):
53-
"""Assemble a block into multi-line sub-blocks."""
54-
return ['\n'.join(sub_block)+'\n' for sub_block in block]
55-
5652

5753
def pseudo_input(lines):
5854
"""Return a function that acts like raw_input but feeds the input list."""

0 commit comments

Comments
 (0)