Skip to content

Commit

Permalink
Cleaned up stripped.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCD committed Sep 11, 2014
1 parent 88e5d68 commit db08796
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stripped.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
"""

NERVOUS_AS = NERVOUS_AS.strip()
NERVOUS_AS = NERVOUS_AS.rstrip(',').lstrip('/)

0 comments on commit db08796

Please sign in to comment.