A couple of pylint changes

This commit is contained in:
Michael Lazar
2017-03-28 23:18:13 -07:00
parent e37904fba5
commit 13e9fd9b10
5 changed files with 5 additions and 6 deletions

View File

@@ -341,7 +341,7 @@ class SubmissionContent(Content):
url = url.replace('https://np.', 'https://www.')
submission = reddit.get_submission(url, comment_sort=order)
return cls(submission, loader, indent_size, max_indent_level, order,
max_comment_cols)
max_comment_cols)
@property
def range(self):