Skip to content

Commit

Permalink
fix: import ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed May 5, 2022
1 parent 5132ffd commit 0daf944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mriqc_learn/models/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

from joblib import load
from sklearn.pipeline import Pipeline
from mriqc_learn.models import preprocess as pp
from sklearn.ensemble import RandomForestClassifier as RFC
from mriqc_learn.models import preprocess as pp


def load_model():
Expand Down

0 comments on commit 0daf944

Please sign in to comment.