Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Oct 1, 2024
1 parent e57153b commit fc55338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts_python/ae_train_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# comet_ml not used, but comet_ml requires to be imported before torch.
# See bug report here https://github.com/Lightning-AI/lightning/issues/5829
# Importing now to solve issues later.
import comet_ml # noqa F401
import comet_ml # noqa F401
import torch

from scilpy.io.utils import (assert_inputs_exist, assert_outputs_exist,
Expand Down

0 comments on commit fc55338

Please sign in to comment.