From 24d6c411a3c363d6429b9e4229c93091fc96e2a5 Mon Sep 17 00:00:00 2001 From: Loickemajou <88109303+Loickemajou@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:46:54 +0200 Subject: [PATCH] reformatted __init__.py --- pysteps/nowcasts/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pysteps/nowcasts/__init__.py b/pysteps/nowcasts/__init__.py index 235315778..ce2681e0a 100644 --- a/pysteps/nowcasts/__init__.py +++ b/pysteps/nowcasts/__init__.py @@ -1,8 +1,8 @@ """Implementations of deterministic and ensemble nowcasting methods.""" -from pysteps.nowcasts.interface import get_method +from pysteps.nowcasts.interface import * try: from dgmr_module_plugin import dgmr except ImportError: - dgmr=None + dgmr = None