• 
      

    Fix formatting errors in notifications module according to PEP8

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

    Information

    Review Board
    master
    b06f4a9...

    Reviewers

    Fixed the following format errors:
    notifications/email.py:321:9: E201 whitespace after '('
    notifications/email.py:321:9: E272 multiple spaces before keyword
    notifications/email.py:322:9: E128 continuation line under-indented for visual indent

    Ran unit tests for notifications module, and ran pep8 again.

    reviewbot
    1. Tool: Pyflakes
      Processed Files:
          reviewboard/notifications/email.py
      
      
      
      Tool: PEP8 Style Checker
      Processed Files:
          reviewboard/notifications/email.py
      
      
    2. 
        
    chipx86
    1. Ship It!
    2. 
        
    justy777
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.0.x (7629e56)