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

Commit 1b599b2

Browse files
author
Michael Jung
committed
Trac #30274: patchbot complaints fixed
1 parent 0ba933a commit 1b599b2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/sage/manifolds/differentiable/tensorfield.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
from sage.rings.integer import Integer
5757
from sage.rings.integer_ring import ZZ
5858
from sage.structure.element import ModuleElementWithMutability
59-
from sage.misc.cachefunc import cached_method
6059
from sage.tensor.modules.free_module_tensor import FreeModuleTensor
6160
from sage.tensor.modules.tensor_with_indices import TensorWithIndices
6261

src/sage/manifolds/differentiable/vectorfield_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ def identity_map(self):
10041004
- instance of
10051005
:class:`~sage.manifolds.differentiable.automorphismfield.AutomorphismField`
10061006
1007-
EXAMPLES::
1007+
EXAMPLES:
10081008
10091009
Get the identity map on a vector field module::
10101010

0 commit comments

Comments
 (0)