Skip to content

Commit 9bb0c51

Browse files
00111000germanattanasio
authored andcommitted
Corrected feature import statement
1 parent af0e823 commit 9bb0c51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/natural_language_understanding_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import json
22
from watson_developer_cloud import NaturalLanguageUnderstandingV1
33
import watson_developer_cloud.natural_language_understanding.features.v1 as \
4-
features
4+
Features
55

66

77
natural_language_understanding = NaturalLanguageUnderstandingV1(

0 commit comments

Comments
 (0)