Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 1769216

Browse files
committed
Remove outdated comment
1 parent df716e2 commit 1769216

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/betterproto2_compiler/plugin/models.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
2323
With this information, the class is able to expose attributes,
2424
such as a pythonized name, that will be calculated from proto_obj.
25-
26-
The instantiation should also attach a reference to the new object
27-
into the corresponding place within it's parent object. For example,
28-
instantiating field `A` with parent message `B` should add a
29-
reference to `A` to `B`'s `fields` attribute.
3025
"""
3126

3227
import builtins

0 commit comments

Comments
 (0)