We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents beeb01d + 120b0e1 commit d474230Copy full SHA for d474230
erpcgen/src/templates/py_common.template
@@ -8,7 +8,6 @@
8
# AUTOGENERATED - DO NOT EDIT
9
#
10
11
-import erpc
12
{% for inc in includes %}
13
import {$inc}
14
{% endfor -- includes %}
@@ -117,7 +116,7 @@ class {$s.name}(object):
117
116
118
def __repr__(self):
119
return self.__str__()
120
-
+
121
{% endfor -- group.symbolsMap.structs %}
122
{% endif -- not empty(group.symbolsMap.structs) %}
123
{% if not empty(group.symbolsMap.unions) %}
erpcgen/src/templates/py_interface.template
@@ -8,8 +8,6 @@
{% for iface in group.interfaces if iface.isNonExternalInterface == true %}
{% if iface.mlComment %}
15
{$iface.mlComment}
0 commit comments