Skip to content

Commit

Permalink
reformatted __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Loickemajou authored Aug 8, 2024
1 parent 6f36867 commit 24d6c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysteps/nowcasts/__init__.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 24d6c41

Please sign in to comment.