Skip to content

Commit 84965f5

Browse files
committed
lint
1 parent d84a0b2 commit 84965f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tables/automl/automl_tables_predict.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ def predict(project_id, compute_region, model_display_name, inputs):
4444

4545
print("Prediction results:")
4646
for result in response.payload:
47-
print("Predicted class name: {}".format(result.tables.value.string_value))
47+
print(
48+
"Predicted class name: {}".format(result.tables.value.string_value)
49+
)
4850
print("Predicted class score: {}".format(result.tables.score))
4951

5052
# get features of top importance

0 commit comments

Comments
 (0)