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/vectorfield_module.py: Conditionali…
Browse files Browse the repository at this point in the history
…ze an import with 'if TYPE_CHECKING:'
  • Loading branch information
Matthias Koeppe committed Mar 21, 2022
1 parent 6d382df commit 5a92de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/manifolds/differentiable/vectorfield_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
from typing import TYPE_CHECKING, Optional

from sage.categories.modules import Modules
from sage.manifolds.differentiable.diff_map import DiffMap
from sage.manifolds.differentiable.vectorfield import VectorField, VectorFieldParal
from sage.misc.cachefunc import cached_method
from sage.rings.integer import Integer
Expand All @@ -52,6 +51,7 @@
from sage.tensor.modules.finite_rank_free_module import FiniteRankFreeModule

if TYPE_CHECKING:
from sage.manifolds.differentiable.diff_map import DiffMap
from sage.manifolds.differentiable.manifold import DifferentiableManifold


Expand Down

0 comments on commit 5a92de8

Please sign in to comment.