Fix test data to satisfy PEP8

This commit is contained in:
Dmitry Trofimov
2014-02-03 14:13:31 +04:00
parent b9e64940ba
commit a15373896e
3 changed files with 7 additions and 7 deletions
@@ -1,7 +1,7 @@
class A(object):
pass
#comment
# comment
def one():
pass
@@ -9,10 +9,10 @@ def one():
def two():
pass
#comment
# comment
class B(object):
pass
#comment
# comment
class C(object):
pass
@@ -2,7 +2,7 @@ class A(object):
pass
#comment
# comment
def one():
pass
@@ -12,11 +12,11 @@ def two():
pass
#comment
# comment
class B(object):
pass
#comment
# comment
class C(object):
pass
@@ -264,7 +264,7 @@ public class PyFormatterTest extends PyTestCase {
" desired_response_parameters,\n" +
" inverse_filter_length,\n" +
" observed_impulse_response):\n" +
" # Extract from here to ...\n" +
" # Extract from here to ...\n" +
" desired_impulse_response = {'dirac, '\n" +
" gaussian\n" +
" ', logistic_derivative'}\n" +