Fix PEP8: E261 at least two spaces before inline comment

This commit is contained in:
stv
2014-11-08 20:41:18 -08:00
parent 180adfed52
commit cb894cf35e
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
# pylint: disable=C0111
from lettuce import world, step
from nose.tools import assert_true # pylint: disable=E0611
from nose.tools import assert_true # pylint: disable=E0611
from video_editor import RequestHandlerWithSessionId, success_upload_file