From fc55338f5e988185d057a7d8a78c2e430b14fc16 Mon Sep 17 00:00:00 2001 From: arnaudbore Date: Tue, 1 Oct 2024 16:32:34 -0400 Subject: [PATCH] fix pep8 --- scripts_python/ae_train_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts_python/ae_train_model.py b/scripts_python/ae_train_model.py index 6bf9aec9..e5846235 100755 --- a/scripts_python/ae_train_model.py +++ b/scripts_python/ae_train_model.py @@ -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,