Fix formatting errors in accounts module according to PEP8

Review Request #6624 — Created Nov. 23, 2014 and submitted — Latest diff uploaded

Information

Review Board
master
ac2ee56...

Reviewers

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.

    Loading...