Skip to content

Commit

Permalink
docs: Incorrect import statement fixed in example (#6838)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirac-cisco authored Dec 22, 2022
1 parent a05c5c4 commit 3b8686d
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 3b8686d

Please sign in to comment.