Skip to content

Commit

Permalink
Remove QQBar export (#2445)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Aug 29, 2023
1 parent af9f02a commit 705adb1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/imports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ let exclude_hecke = [
:narrow_class_group,
:Partition,
:perm,
:QQBar,
:SymmetricGroup,
:tail,
:terms,
Expand All @@ -180,13 +181,14 @@ let exclude_hecke = [
end

import Hecke:
conjugate,
expand,
field_extension,
hensel_qf,
IntegerUnion,
MapHeader,
multiplicative_jordan_decomposition,
primitive_element,
conjugate,
expand
QQBar

import cohomCalg_jll

0 comments on commit 705adb1

Please sign in to comment.