Skip to content

Commit

Permalink
Fix some outdated imports (#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma authored Jul 28, 2022
1 parent a67d902 commit bb75f6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions experimental/GaloisGrp/GaloisGrp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ import Oscar: Hecke, AbstractAlgebra, GAP
using Oscar: SLPolyRing, SLPoly, SLPolynomialRing, CycleType

export galois_group, slpoly_ring, elementary_symmetric, galois_quotient,
power_sum, to_elementary_symmetric, cauchy_ideal, galois_ideal, fixed_field,
extension_field
power_sum, to_elementary_symmetric, cauchy_ideal, galois_ideal, fixed_field

import Hecke: orbit, fixed_field
import Hecke: orbit, fixed_field, extension_field


function __init__()
Expand Down
1 change: 0 additions & 1 deletion experimental/Rings/QQAbAndPChars.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module QQAbModule

using ..Oscar

import Hecke: math_html
import Oscar: IJuliaMime

###############################################################################
Expand Down
1 change: 0 additions & 1 deletion src/imports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ import Hecke:
kernel,
Map,
MapHeader,
math_html,
mul,
mul!,
multiplicative_jordan_decomposition,
Expand Down

0 comments on commit bb75f6f

Please sign in to comment.