Fix formatting errors in site module according to PEP8
Review Request #6637 — Created Nov. 23, 2014 and submitted
Fixed the following format errors:
site/tests.py:90:19: E221 multiple spaces before operator
Ran unit tests for site module, and pep8.
- Commit:
-
80f74a306bcfcc9a2503629e579d48b65e6f6bae39c6218ee2f1a731c334ac4ac09ba8f3c3e7daec
- Diff:
-
Revision 2 (+2 -1)
-
Tool: Pyflakes Processed Files: reviewboard/site/tests.py Tool: PEP8 Style Checker Processed Files: reviewboard/site/tests.py
- Summary:
-
Fix formatting errors in site module according to PEP8Fix formatting errors in site module according to PEP8 and Pyflakes
- Description:
-
Fixed the following format errors:
site/tests.py:90:19: E221 multiple spaces before operator + + The keyword assert is used to show that the import is used.
- Testing Done:
-
~ Ran unit tests for site module, and ran pep8 again.
~ Ran unit tests for site module, pep8, and pyflakes.
- Summary:
-
Fix formatting errors in site module according to PEP8 and PyflakesFix formatting errors in site module according to PEP8
- Description:
-
Fixed the following format errors:
site/tests.py:90:19: E221 multiple spaces before operator - - The keyword assert is used to show that the import is used.
- Testing Done:
-
~ Ran unit tests for site module, pep8, and pyflakes.
~ Ran unit tests for site module, and pep8.
- Commit:
-
39c6218ee2f1a731c334ac4ac09ba8f3c3e7daecb2bc24808b9b38971b7ebde4f1226bf6c80b05ae
- Diff:
-
Revision 3 (+1 -1)