We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eee8c5 commit d11871fCopy full SHA for d11871f
1 file changed
climada/trajectories/__init__.py
@@ -21,15 +21,9 @@
21
22
"""
23
24
-from .interpolated_trajectory import InterpolatedRiskTrajectory
25
from .interpolation import AllLinearStrategy, ExponentialExposureStrategy
26
-from .snapshot import Snapshot
27
-from .static_trajectory import StaticRiskTrajectory
28
29
__all__ = [
30
- "InterpolatedRiskTrajectory",
31
"AllLinearStrategy",
32
"ExponentialExposureStrategy",
33
- "Snapshot",
34
- "StaticRiskTrajectory",
35
]
0 commit comments