Skip to content

Commit d5fdd85

Browse files
committed
Fix: delete blank line in main
1 parent ac9ea87 commit d5fdd85

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ async def predict(person: Person = Body(..., examples=examples_request['test_exa
188188
).reshape(1, -1)
189189

190190
df = pd.DataFrame(features, columns=examples_request['features_labels'].keys())
191-
192191
df_cleaned = clean_data(df, get_config())
193192
logger.info('Census cleaned new adult person data with %s features',
194193
df_cleaned.shape[1])

0 commit comments

Comments
 (0)