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 fdcf560 commit 35ff879Copy full SHA for 35ff879
src/sage/geometry/hyperplane_arrangement/hyperplane.py
@@ -108,9 +108,10 @@
108
# http://www.gnu.org/licenses/
109
# *****************************************************************************
110
111
+import sage.geometry.abc
112
-from sage.misc.cachefunc import cached_method
113
from sage.geometry.linear_expression import LinearExpression, LinearExpressionModule
114
+from sage.misc.cachefunc import cached_method
115
116
117
class Hyperplane(LinearExpression):
0 commit comments