We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ae4f8 commit 42f0a14Copy full SHA for 42f0a14
src/sage/rings/number_field/galois_group.py
@@ -10,9 +10,9 @@
10
"""
11
12
from sage.structure.sage_object import SageObject
13
-from sage.groups.galois_group import _alg_key, GaloisGroup_perm, GaloisSubgroup_perm
+from sage.groups.galois_group import _alg_key
14
+from sage.groups.galois_group_perm import GaloisGroup_perm, GaloisSubgroup_perm
15
from sage.groups.perm_gps.permgroup import standardize_generator
-
16
from sage.groups.perm_gps.permgroup_element import PermutationGroupElement
17
from sage.misc.superseded import deprecation
18
from sage.misc.cachefunc import cached_method
0 commit comments