Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Nov 1, 2021
1 parent b0257eb commit 806be6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoDa.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import ScientificTypes as ST
import TableTransforms as TT
import TableTransforms: Transform, Stateless
import TableTransforms: assertions, isrevertible
import TableTransforms: apply, revert
import TableTransforms: apply, revert, reapply
import Distances: Metric, result_type
import Base: +, -, *, /, ==
import Base: adjoint, inv
Expand Down

0 comments on commit 806be6f

Please sign in to comment.