PEP8 cleanups.
This commit is contained in:
@@ -2,7 +2,8 @@ from __future__ import unicode_literals
|
||||
|
||||
|
||||
def parse_range(astr):
|
||||
# http://stackoverflow.com/questions/4248399/page-range-for-printing-algorithm
|
||||
# http://stackoverflow.com/questions/4248399/
|
||||
# page-range-for-printing-algorithm
|
||||
result = set()
|
||||
for part in astr.split(','):
|
||||
x = part.split('-')
|
||||
|
||||
Reference in New Issue
Block a user