Skip to content

Commit d611532

Browse files
committed
🎨 format
1 parent ae4ac47 commit d611532

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/growthcurves/fit.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
from . import inference, models, non_parametric, parametric
88
from .models import get_all_models
99

10-
__all__ = ["fit_model",]
10+
__all__ = [
11+
"fit_model",
12+
]
1113

1214

1315
def fit_model(

0 commit comments

Comments
 (0)