Skip to content

Commit

Permalink
Remove redundant comma
Browse files Browse the repository at this point in the history
  • Loading branch information
msluszniak committed Jan 25, 2024
1 parent 4c12ac0 commit e28d50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ defmodule Scholar.MixProject do
Scholar.Neighbors.LargeVis,
Scholar.Neighbors.NNDescent,
Scholar.Neighbors.RadiusNearestNeighbors,
Scholar.Neighbors.RandomProjectionForest,
Scholar.Neighbors.RandomProjectionForest
],
Utilities: [
Scholar.Impute.SimpleImputer,
Expand Down

0 comments on commit e28d50a

Please sign in to comment.