Skip to content

Commit

Permalink
Don't re-export RDF from AbstractAlgebra
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 30, 2024
1 parent 2b1fd06 commit e0f2f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hecke.jl
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ import Pkg

exclude = [:Nemo, :AbstractAlgebra, :RealNumberField, :zz, :qq, :call,
:factors, :parseint, :strongequal, :window, :xgcd, :rows, :cols,
:set_entry!,]
:set_entry!, :RDF]

for i in names(Nemo)
(i in exclude || !isdefined(Nemo, i)) && continue
Expand Down

0 comments on commit e0f2f6b

Please sign in to comment.