mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-06-27 16:10:34 +08:00
FIX: remove sentiment_hq from multi-api tests
This commit is contained in:
@@ -13,6 +13,9 @@ from indicoio import sentiment_hq, batch_sentiment_hq
|
||||
from indicoio import predict_image, predict_text, batch_predict_image, batch_predict_text
|
||||
from indicoio.utils.errors import IndicoError
|
||||
|
||||
# TODO: remove once sentiment_hq is added to the public API
|
||||
config.TEXT_APIS.remove("sentiment_hq")
|
||||
|
||||
DIR = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
class BatchAPIRun(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user