Skip to content

Commit dba7cc2

Browse files
committed
remove line (#41 (comment))
1 parent a0d963e commit dba7cc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/bitproto/renderer/impls/py/renderer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ def before(self) -> None:
355355
self.push(
356356
f" return {{k: v for k, v in kv_pairs if not k.startswith('{_enum_field_proxy_prefix}')}}"
357357
)
358-
self.push_definition_docstring(indent=4)
359358

360359

361360
class BlockMessageMethodProcessorFieldItem(BlockBindMessageField[F]):

0 commit comments

Comments
 (0)