Fix formatting errors in attachments module according to PEP8
Review Request #6627 — Created Nov. 23, 2014 and submitted
Information | |
---|---|
justy777 | |
Review Board | |
master | |
44ce6b8... | |
Reviewers | |
reviewboard, students | |
Fixed the following errors:
attachments/tests.py:215:80: E501 line too long (81 > 79 characters)
Ran unit tests for attachments module, and ran pep8 again.
Description | From | Last Updated |
---|---|---|
Can we put f.read() on its own line? Generally when we use this form of indentation, we tend to do … |
|
-
-
reviewboard/attachments/tests.py (Diff revision 1) Can we put
f.read()
on its own line? Generally when we use this form of indentation, we tend to do one per line.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+4 -2) |