Skip to content

Commit

Permalink
Attempt lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Nov 22, 2024
1 parent fdf6bd8 commit a0d1267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextmv/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def save(self, model_dir: str, configuration: ModelConfiguration) -> None:
"""

try:
import mlflow
import mlflow as mlflow
except ImportError:
# If mlflow is not installed, we install it.
import subprocess
Expand Down

0 comments on commit a0d1267

Please sign in to comment.