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

Commit

Permalink
Trac #29581: import I from symbolic.constants
Browse files Browse the repository at this point in the history
  • Loading branch information
mjungmath committed Sep 29, 2021
1 parent 4e2e8b8 commit 44f8cfa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1428,8 +1428,7 @@ def get_local(self, cmat):
sage: algorithm.get_local(cmat)
[2-form on the 2-dimensional Lorentzian manifold M]
"""
from sage.symbolic.constants import pi
from sage.rings.imaginary_unit import I
from sage.symbolic.constants import pi, I

dom = cmat[0][0]._domain
rk = len(cmat)
Expand Down

0 comments on commit 44f8cfa

Please sign in to comment.