Skip to content

Commit

Permalink
finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale-Black committed Nov 27, 2021
1 parent 5dac42e commit d2f3683
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DICOM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ always_implicit(grp, elt) =

function find_dicom_files(dir)
files = joinpath.(dir, readdir(dir))
dicom_files = []
dicom_files = filter(file -> isdicom(file), files)
return dicom_files
end
Expand Down

0 comments on commit d2f3683

Please sign in to comment.