Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
fix back import in grs_code
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Aug 25, 2021
1 parent d0d7166 commit f96c696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/coding/grs_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
from sage.misc.functional import symbolic_sum
from sage.misc.misc_c import prod

from sage.arith.misc import binomial
from sage.functions.other import binomial
from sage.symbolic.ring import SR

from .linear_code import AbstractLinearCode
Expand Down

0 comments on commit f96c696

Please sign in to comment.