Skip to content

Commit 0549361

Browse files
author
Jens Kürten
committed
unused import
1 parent 293746a commit 0549361

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/reference/actions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Functions can return a list of "Actions" that should be performed in CIM Databas
55
Actions need to be packaged in a WorkloadResponse, however csfunctions will handle that for you if your Function returns an Action or a list of Actions:
66

77
```python
8-
from csfunctions import WorkloadResponse
98
from csfunctions.actions import AbortAndShowErrorAction
109

1110
def my_function(metadata, event, service):

0 commit comments

Comments
 (0)