Skip to content

Commit 3ceebbc

Browse files
committed
fix(bug-fix): For deprecated function models()
1 parent 7a4397b commit 3ceebbc

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)