Skip to content

Commit 6db279f

Browse files
committed
add missing import
1 parent 656d0b7 commit 6db279f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/combinat/posets/posets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7319,6 +7319,7 @@ def apozeta_polynomial(self):
73197319
sage: parent(_)
73207320
Univariate Polynomial Ring in q over Rational Field
73217321
"""
7322+
from sage.functions.other import binomial
73227323
R = PolynomialRing(QQ, 'q')
73237324
q = R.gen()
73247325

0 commit comments

Comments
 (0)