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

Commit f813f3c

Browse files
author
Matthias Koeppe
committed
src/sage/manifolds/differentiable/tensorfield.py: Don't string-quote types
1 parent 056a69d commit f813f3c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/sage/manifolds/differentiable/tensorfield.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -3734,9 +3734,7 @@ def at(self, point):
37343734

37353735
def up(
37363736
self,
3737-
non_degenerate_form: Union[
3738-
"PseudoRiemannianMetric", "SymplecticForm", "PoissonTensorField"
3739-
],
3737+
non_degenerate_form: Union[PseudoRiemannianMetric, SymplecticForm, PoissonTensorField],
37403738
pos: Optional[int] = None,
37413739
) -> "TensorField":
37423740
r"""

0 commit comments

Comments
 (0)