Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
docs: Incorrect import statement fixed in example (datahub-project#6838)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirac-cisco authored and cccs-Dustin committed Feb 1, 2023
1 parent cecdbcd commit 8a355ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/actions/guides/developing-an-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ print the configuration that is provided when it is created, and print any Event
```python
# custom_action.py
from datahub_actions.action.action import Action
from datahub_actions.event.event import EventEnvelope
from datahub_actions.event.event_envelope import EventEnvelope
from datahub_actions.pipeline.pipeline_context import PipelineContext

class CustomAction(Action):
Expand Down

0 comments on commit 8a355ee

Please sign in to comment.