Skip to content

Commit ba49604

Browse files
Merge pull request #432 from watson-developer-cloud/deprecation-function
fix(bug-fix): For deprecated function models()
2 parents 8ad8c7f + 8194e10 commit ba49604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

watson_developer_cloud/speech_to_text_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def list_models(self):
113113

114114
@deprecated('Use list_models instead.')
115115
def models(self):
116-
return self.list_models
116+
return self.list_models()
117117

118118
#########################
119119
# Sessionless

0 commit comments

Comments
 (0)