Fix or workaround PEP8 warnings
This commit is contained in:
parent
8208d12aa5
commit
6528e380cb
1 changed files with 7 additions and 5 deletions
|
|
@ -5,17 +5,19 @@
|
|||
|
||||
struct TYPE {
|
||||
%pythoncode %{
|
||||
def one():
|
||||
def one():
|
||||
a = 1
|
||||
# Comment XXXX
|
||||
return 1
|
||||
return a
|
||||
%}
|
||||
};
|
||||
|
||||
%define %bar
|
||||
%pythoncode %{
|
||||
def one():
|
||||
# Comment XXXX
|
||||
return 1
|
||||
def one():
|
||||
a = 1
|
||||
#
|
||||
return a
|
||||
%}
|
||||
%enddef
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue