Fix formatting errors in accounts module according to PEP8
Review Request #6624 — Created Nov. 23, 2014 and submitted — Latest diff uploaded
Fixed the following formatting errors:
accounts/backends.py:411:80: E501 line too long (86 > 79 characters)
accounts/urls.py:41:80: E501 line too long (95 > 79 characters)
Ran unit tests for accounts module, and ran pep8 again.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
reviewboard/accounts/backends.py |
---|
reviewboard/accounts/urls.py |
---|