Skip to content

Commit ce5fa64

Browse files
committed
Fix incorrect import of Base.parent
1 parent 04e6271 commit ce5fa64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbstractImageReconstruction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using LRUCache
88
using AbstractTrees
99

1010
import AbstractTrees: parent, children
11-
import Base: put!, take!, fieldtypes, fieldtype, ismissing, propertynames, parent, hash, wait, isready, lock, unlock
11+
import Base: put!, take!, fieldtypes, fieldtype, ismissing, propertynames, hash, wait, isready, lock, unlock
1212

1313
include("AlgorithmInterface.jl")
1414
include("StructTransforms.jl")

0 commit comments

Comments
 (0)