Skip to content

Commit b9f1b36

Browse files
committed
updated configs
1 parent 6f46ae9 commit b9f1b36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlops_demo/deployment/batch_inference/notebooks/PrepareBatchInferenceInput.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def rounded_taxi_data(taxi_data_df):
3939
taxi_data_df.createOrReplaceTempView("taxi_data")
4040
return taxi_data_df
4141

42-
4342
data = rounded_taxi_data(df)
4443

4544
# COMMAND ----------

0 commit comments

Comments
 (0)