Skip to content

Commit b011470

Browse files
committed
Update Ports.py
1 parent ce689ed commit b011470

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

edg/core/Ports.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ class InitializerContextMeta(type):
2222
def __call__(cls, *args, **kwargs):
2323
"""Hook on construction to store some metadata about its creation.
2424
This hooks the top-level __init__ only."""
25-
# TODO initializer_args should be replaced with the prototype system
26-
2725
obj = type.__call__(cls, *args, **kwargs)
2826
obj._initializer_args = (args, kwargs) # stores args so it is clone-able
29-
3027
return obj
3128

3229

0 commit comments

Comments
 (0)