Skip to content

Commit

Permalink
*Fixed pod_row import in node_enrichment
Browse files Browse the repository at this point in the history
  • Loading branch information
itisallgood committed Jul 11, 2024
1 parent 01b7cfa commit c63d645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/robusta_playbooks/node_enrichments.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import List

from hikaru.model.rel_1_26 import Pod, PodList
from playbook_utils import pod_row
from robusta_playbooks.playbook_utils import pod_row

from robusta.api import (
BaseBlock,
Expand Down

0 comments on commit c63d645

Please sign in to comment.