REMOVE: remove sentiment_hq from text_apis by default

This commit is contained in:
Madison May
2015-06-11 19:36:55 -04:00
parent df0a25aa46
commit c6d80715cb
4 changed files with 5 additions and 4 deletions
+3
View File
@@ -11,6 +11,9 @@ AVAILABLE_APIS = {
'image': IMAGE_APIS
}
# TODO: remove this line when sentiment_hq is released publicly
AVAILABLE_APIS['text'].remove('sentiment_hq')
def multi(data, datatype, apis, batch=False, **kwargs):
"""
Helper to make multi requests of different types.