Skip to content

Commit e86d866

Browse files
committed
Remove the unused import
1 parent a1b0e6c commit e86d866

File tree

1 file changed

+1
-1
lines changed
  • code-samples/eventing/bookstore-sample-app/ML-inappropriate-language-filter

1 file changed

+1
-1
lines changed

code-samples/eventing/bookstore-sample-app/ML-inappropriate-language-filter/func.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from parliament import Context
22
from profanity_check import predict
3-
from cloudevents.http import CloudEvent, to_structured
3+
from cloudevents.http import CloudEvent
44

55
# The function to convert the bad word filter result into a CloudEvent
66
def create_cloud_event(inputText,data):

0 commit comments

Comments
 (0)