Skip to content

Commit a67c7cc

Browse files
Fixing MD list call
1 parent fcfd0b8 commit a67c7cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ads/aqua/modeldeployment/deployment.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,6 @@ def list(self, **kwargs) -> List["AquaDeployment"]:
864864
if oci_aqua:
865865
# skipping the AQUA model deployments that are created from model group
866866
# TODO: remove this checker after AQUA deployment is integrated with model group
867-
868867
aqua_model_id = model_deployment.freeform_tags.get(
869868
Tags.AQUA_MODEL_ID_TAG, UNKNOWN
870869
)

0 commit comments

Comments
 (0)