Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertp committed Jan 24, 2025
1 parent ad024e3 commit 44e097e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ polyglot java import org.enso.table.aggregations.Percentile
polyglot java import org.enso.table.aggregations.ShortestOrLongest
polyglot java import org.enso.table.aggregations.StandardDeviation
polyglot java import org.enso.table.aggregations.Sum
polyglot java import org.enso.table.data.column.operation.CountNothing

polyglot java import org.enso.table.data.column.operation.CountNothing as CountNothingOp
polyglot java import org.enso.table.data.column.operation.UnaryOperation
polyglot java import org.enso.table.data.column.operation.cast.CastProblemAggregator
polyglot java import org.enso.table.data.column.operation.cast.ConversionFailure
Expand Down

0 comments on commit 44e097e

Please sign in to comment.