mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix test data to satisfy PEP8
This commit is contained in:
@@ -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" +
|
||||
|
||||
Reference in New Issue
Block a user