Removed unused line.
This commit is contained in:
parent
44837719ef
commit
0c26ab02e6
|
@ -267,7 +267,6 @@ class TextWrapper:
|
|||
converted to space.
|
||||
"""
|
||||
text = self._munge_whitespace(text)
|
||||
indent = self.initial_indent
|
||||
chunks = self._split(text)
|
||||
if self.fix_sentence_endings:
|
||||
self._fix_sentence_endings(chunks)
|
||||
|
|
Loading…
Reference in New Issue