Skip to content

Commit f210dce

Browse files
author
Matthias Koeppe
committed
src/sage/quadratic_forms/ternary_qf.py: Fix import syntax
1 parent 350979e commit f210dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/quadratic_forms/ternary_qf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
_find_p_neighbor_from_vec,
4444
_find_zeros_mod_p_2,
4545
_find_zeros_mod_p_odd,
46-
_reduced_ternary_form_eisenstein_with_matrix
46+
_reduced_ternary_form_eisenstein_with_matrix,
4747
_reduced_ternary_form_eisenstein_without_matrix)
4848

4949

0 commit comments

Comments
 (0)