diff ludwig_render_config.py @ 4:afb22d7a0757 draft default tip

planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
author goeckslab
date Sat, 21 Jun 2025 15:05:04 +0000
parents 0a7b83ddda17
children
line wrap: on
line diff
--- a/ludwig_render_config.py	Tue Mar 18 22:10:22 2025 +0000
+++ b/ludwig_render_config.py	Sat Jun 21 15:05:04 2025 +0000
@@ -2,6 +2,7 @@
 import logging
 import sys
 
+import yaml
 from ludwig.constants import (
     COMBINER,
     HYPEROPT,
@@ -13,7 +14,6 @@
 )
 from ludwig.schema.model_types.utils import merge_with_defaults
 
-import yaml
 
 logging.basicConfig(level=logging.DEBUG)
 LOG = logging.getLogger(__name__)