提交 df850a18 编写于 作者: K KP

Merge branch 'develop' into release/v2.2

...@@ -30,3 +30,9 @@ ...@@ -30,3 +30,9 @@
- --show-source - --show-source
- --statistics - --statistics
files: \.py$ files: \.py$
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.4.0
hooks:
- id: reorder-python-imports
exclude: (?=third_party).*(\.py)$
...@@ -65,7 +65,6 @@ ...@@ -65,7 +65,6 @@
for result in results: for result in results:
print(result['text']) print(result['text'])
print(result['sentiment_label']) print(result['sentiment_label'])
print(result['sentiment_key'])
print(result['positive_probs']) print(result['positive_probs'])
print(result['negative_probs']) print(result['negative_probs'])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册