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

Commit

Permalink
src/sage/manifolds/differentiable/tensorfield.py: Don't string-quote …
Browse files Browse the repository at this point in the history
…types
  • Loading branch information
Matthias Koeppe committed Mar 21, 2022
1 parent 056a69d commit f813f3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sage/manifolds/differentiable/tensorfield.py
Original file line number Diff line number Diff line change
Expand Up @@ -3734,9 +3734,7 @@ def at(self, point):

def up(
self,
non_degenerate_form: Union[
"PseudoRiemannianMetric", "SymplecticForm", "PoissonTensorField"
],
non_degenerate_form: Union[PseudoRiemannianMetric, SymplecticForm, PoissonTensorField],
pos: Optional[int] = None,
) -> "TensorField":
r"""
Expand Down

0 comments on commit f813f3c

Please sign in to comment.