Fix formatting errors in accounts module according to PEP8

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

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.

Description From Last Updated

Can you revert this? We often ignore that error (it's turned off in Review Bot)

daviddavid
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/accounts/backends.py
        reviewboard/accounts/urls.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/accounts/backends.py
        reviewboard/accounts/urls.py
    
    
  2. 
      
david
  1. 
      
  2. reviewboard/accounts/backends.py (Diff revision 1)
     
     
     

    Can you revert this? We often ignore that error (it's turned off in Review Bot)

    1. Sure thing, are there any more that are turned off?

  3. 
      
justy777
reviewbot
  1. Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/accounts/backends.py
        reviewboard/accounts/urls.py
    
    
    
    Tool: Pyflakes
    Processed Files:
        reviewboard/accounts/backends.py
        reviewboard/accounts/urls.py
    
    
  2. 
      
chipx86
  1. Ship It!
  2. 
      
justy777
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (572cdea)
Loading...