Skip to content

Commit 35ff879

Browse files
author
Matthias Koeppe
committed
src/sage/geometry/hyperplane_arrangement/hyperplane.py: Add missing import
1 parent fdcf560 commit 35ff879

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/geometry/hyperplane_arrangement/hyperplane.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@
108108
# http://www.gnu.org/licenses/
109109
# *****************************************************************************
110110

111+
import sage.geometry.abc
111112

112-
from sage.misc.cachefunc import cached_method
113113
from sage.geometry.linear_expression import LinearExpression, LinearExpressionModule
114+
from sage.misc.cachefunc import cached_method
114115

115116

116117
class Hyperplane(LinearExpression):

0 commit comments

Comments
 (0)