Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
John Joyce authored and John Joyce committed Jan 24, 2025
1 parent b8804f5 commit 19e0b30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

import pytest

import tests.unit.test_helpers
from datahub_actions.pipeline.pipeline import Pipeline
from datahub_actions.pipeline.pipeline_manager import PipelineManager

Expand Down
2 changes: 1 addition & 1 deletion examples/hello_world_datahub_cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ source:
# 3. Action: What action to take on events.
# To learn how to develop a custom Action, see https://datahubproject.io/docs/actions/guides/developing-an-action
action:
type: "hello_world"
type: "hello_world"

0 comments on commit 19e0b30

Please sign in to comment.