Skip to content

Commit

Permalink
Update Errors.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 21, 2024
1 parent 1f7fe5e commit 7ce38a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Errors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ function MultipleDefinitionsError(topology::NotebookTopology, cell::AbstractCell
df(c) = topology.nodes[c].funcdefs_with_signatures
ddf(c) = topology.nodes[c].definitions topology.nodes[c].funcdefs_without_signatures

@info "huh" dd(cell) df(cell)
MultipleDefinitionsError(
union!(
Set{Symbol}(),
Expand Down

0 comments on commit 7ce38a4

Please sign in to comment.