Skip to content

Commit 93c5ed6

Browse files
pre-commit-ci[bot]butterman0
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent edec539 commit 93c5ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_extras/model_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def fit(
526526
self.idata.add_groups(fit_data=combined_data.to_xarray()) # type: ignore
527527

528528
self.is_fitted_ = True
529-
529+
530530
return self.idata # type: ignore
531531

532532
def predict(

0 commit comments

Comments
 (0)