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

Skip to content

Commit 7696487

Browse files
committed
White space and merge cleanup.
1 parent 0902ce4 commit 7696487

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Lib/idlelib/idle_test/test_calltips.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,8 @@ def test_signature_wrap(self):
6969
self.assertEqual(signature(textwrap.TextWrapper), '''\
7070
(width=70, initial_indent='', subsequent_indent='', expand_tabs=True,
7171
replace_whitespace=True, fix_sentence_endings=False, break_long_words=True,
72-
<<<<<<< local
7372
drop_whitespace=True, break_on_hyphens=True, tabsize=8, *, max_lines=None,
7473
placeholder=' [...]')''')
75-
=======
76-
drop_whitespace=True, break_on_hyphens=True, tabsize=8)''')
77-
>>>>>>> other
7874

7975
def test_docline_truncation(self):
8076
def f(): pass

0 commit comments

Comments
 (0)