Skip to content

Commit

Permalink
Don't re-export RDF from AbstractAlgebra (#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Oct 31, 2024
1 parent 2b1fd06 commit d2e2b83
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 d2e2b83

Please sign in to comment.