Skip to content

Commit

Permalink
refactor: remove undefined export @register
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan authored Mar 29, 2024
1 parent 7478e2f commit a27cdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symbolics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ include("utils.jl")
using ConstructionBase
include("arrays.jl")

export @register, @register_symbolic, @register_array_symbolic
export @register_symbolic, @register_array_symbolic
include("register.jl")

export @variables, Variable
Expand Down

0 comments on commit a27cdde

Please sign in to comment.