aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hydro_roll/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'hydro_roll/__init__.py')
-rw-r--r--hydro_roll/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hydro_roll/__init__.py b/hydro_roll/__init__.py
index cfaff13..006c6d4 100644
--- a/hydro_roll/__init__.py
+++ b/hydro_roll/__init__.py
@@ -10,7 +10,7 @@ from .models.utils import *
import joblib
try:
- from .HydroRoll import sum_as_string
+ from .hydro_roll import sum_as_string
except ImportError:
...