bpo-30620: Remove dead lines from textwrap.dedent (GH-2064)

This commit is contained in:
Jonathan Eunice 2017-06-15 22:19:43 -04:00 committed by Mariatta
parent 214f7eed76
commit 7a801839e9
1 changed files with 0 additions and 2 deletions

View File

@ -450,8 +450,6 @@ def dedent(text):
if x != y:
margin = margin[:i]
break
else:
margin = margin[:len(indent)]
# sanity check (testing/debugging only)
if 0 and margin: