Skip to content

Commit fcc056e

Browse files
committed
Remove redundant import
1 parent 0adf895 commit fcc056e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/DynamicExpressions.jl

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,7 @@ include("OperatorEnumConstruction.jl")
1313

1414
using Reexport
1515
@reexport import .EquationModule:
16-
Node,
17-
string_tree,
18-
print_tree,
19-
copy_node,
20-
set_node!,
21-
map,
22-
tree_mapreduce,
23-
any,
24-
filter_map
16+
Node, string_tree, print_tree, copy_node, set_node!, tree_mapreduce, filter_map
2517
@reexport import .EquationUtilsModule:
2618
count_nodes,
2719
count_constants,

0 commit comments

Comments
 (0)