Skip to content

Commit 48cc5a6

Browse files
committed
Import DocStringExtensions in SymbolicUtils.Code
1 parent 3010908 commit 48cc5a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/code.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module Code
22

3-
using StaticArrays, SparseArrays, LinearAlgebra, NaNMath, SpecialFunctions
3+
using StaticArrays, SparseArrays, LinearAlgebra, NaNMath, SpecialFunctions,
4+
DocStringExtensions
45

56
export toexpr, Assignment, (), Let, Func, DestructuredArgs, LiteralExpr,
67
SetArray, MakeArray, MakeSparseArray, MakeTuple, AtIndex,

0 commit comments

Comments
 (0)