Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Vraj Mohan committed Sep 18, 2018
1 parent 47c6b01 commit 2915460
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webservices/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ def format_docstring(docstring):

formatted = []
lines = docstring.expandtabs().splitlines()
indent = min(len(line) - len(line.strip()) for line in lines if line.strip())
trimmed = [lines[0].lstrip()] + [line[indent:].rstrip() for line in lines[1:]]

for line in lines:
if line == '':
Expand Down

0 comments on commit 2915460

Please sign in to comment.