Skip to content

Commit

Permalink
Import DocStringExtensions in SymbolicUtils.Code
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenszhu committed Jan 9, 2025
1 parent 3010908 commit 48cc5a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/code.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module Code

using StaticArrays, SparseArrays, LinearAlgebra, NaNMath, SpecialFunctions
using StaticArrays, SparseArrays, LinearAlgebra, NaNMath, SpecialFunctions,
DocStringExtensions

export toexpr, Assignment, (), Let, Func, DestructuredArgs, LiteralExpr,
SetArray, MakeArray, MakeSparseArray, MakeTuple, AtIndex,
Expand Down

0 comments on commit 48cc5a6

Please sign in to comment.