Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fix: amend bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Jul 4, 2024
1 parent fb4f87c commit 832ca76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/eddymotion/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
AverageDWModel,
DKIModel,
DTIModel,
GaussianProcessModel,
GPModel,
ModelFactory,
PETModel,
TrivialB0Model,
Expand All @@ -37,7 +37,7 @@
"AverageDWModel",
"DKIModel",
"DTIModel",
"GaussianProcessModel",
"GPModel",
"TrivialB0Model",
"PETModel",
)

0 comments on commit 832ca76

Please sign in to comment.