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

Commit aea4554

Browse files
committed
#31904: Fix indentation in _pullback_chart
1 parent 8455aab commit aea4554

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sage/manifolds/differentiable/diff_map.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,6 @@ def pullback(self, tensor):
935935
936936
"""
937937
from sage.manifolds.differentiable.tensorfield_paral import TensorFieldParal
938-
from sage.manifolds.differentiable.vectorframe import CoordFrame
939938
from sage.tensor.modules.comp import (Components, CompWithSym,
940939
CompFullySym, CompFullyAntiSym)
941940

@@ -1029,7 +1028,7 @@ def paral_comp(tcomp, chart1, chart2, coord2_1, jacob,
10291028
t *= jacob[ind_old[i]-si2, ind_new[i]-si1]
10301029
res += t
10311030
partial.append([ind_new, res])
1032-
return partial
1031+
return partial
10331032

10341033
for ii, val in paral_comp(listParalInput):
10351034
for jj in val:

0 commit comments

Comments
 (0)