diff --git a/pysteps/nowcasts/__init__.py b/pysteps/nowcasts/__init__.py index eb5b931f..30d9720a 100644 --- a/pysteps/nowcasts/__init__.py +++ b/pysteps/nowcasts/__init__.py @@ -1,4 +1,3 @@ """Implementations of deterministic and ensemble nowcasting methods.""" from pysteps.nowcasts.interface import discover_nowcasts, nowcasts_info, get_method -