fix(resource-registry): remove type: ignore[override] suppressions from ResourceDagMixin #3238
@@ -44,7 +44,7 @@ class ResourceDagMixin:
|
||||
|
||||
def link_child(
|
||||
self: RegistryHost, parent_name_or_id: str, child_name_or_id: str
|
||||
) -> None: # type: ignore[override]
|
||||
) -> None:
|
||||
"""Link a child resource to a parent in the DAG.
|
||||
|
||||
Args:
|
||||
@@ -154,7 +154,7 @@ class ResourceDagMixin:
|
||||
|
||||
def unlink_child(
|
||||
self: RegistryHost, parent_name_or_id: str, child_name_or_id: str
|
||||
) -> None: # type: ignore[override]
|
||||
) -> None:
|
||||
"""Remove a parent-child link from the DAG.
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user