Skip to content

Commit

Permalink
Update basic_kmeans_router.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wu3ty authored Oct 25, 2023
1 parent d1a77f7 commit 1358fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routers/basic_kmeans_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async def kmeans(
selected_columns=[column1, column2],
normalize=normalize
)
asldklkasdfkjfdsajkhasdfjkhafsdjkafsd

# Return the KMeansResult object.
return kmeans_result
# pylint: disable=duplicate-code
Expand Down

0 comments on commit 1358fb5

Please sign in to comment.