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 429555a commit ddc6a46Copy full SHA for ddc6a46
src/sage/combinat/root_system/coxeter_group.py
@@ -12,7 +12,7 @@
12
from sage.combinat.root_system.cartan_type import CartanType
13
from sage.misc.lazy_import import lazy_import
14
15
-lazy_import('from sage.combinat.root_system.reflection_group_real', 'ReflectionGroup')
+lazy_import('sage.combinat.root_system.reflection_group_real', 'ReflectionGroup')
16
lazy_import('sage.combinat.root_system.weyl_group', 'WeylGroup')
17
18
0 commit comments