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

Commit

Permalink
Trac #17222: Fix imports after #19152
Browse files Browse the repository at this point in the history
  • Loading branch information
cheuberg committed Nov 28, 2015
1 parent 4f62231 commit 897f2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/fsm_fourier.pyx
Expand Up @@ -139,7 +139,7 @@ from sage.modules.free_module_element import vector
from sage.modules.free_module_element cimport FreeModuleElement_generic_dense
import sage.rings.arith
from sage.rings.complex_interval cimport ComplexIntervalFieldElement
from sage.rings.complex_ball_acb cimport ComplexIntervalFieldElement_to_acb
from sage.rings.complex_arb cimport ComplexIntervalFieldElement_to_acb
from sage.rings.complex_interval_field import ComplexIntervalField
from sage.rings.infinity import infinity
from sage.rings.integer_ring import ZZ
Expand Down

0 comments on commit 897f2b4

Please sign in to comment.