diff --git a/latch_cli/snakemake/config/parser.py b/latch_cli/snakemake/config/parser.py index f329619b..fa364839 100644 --- a/latch_cli/snakemake/config/parser.py +++ b/latch_cli/snakemake/config/parser.py @@ -126,11 +126,9 @@ def generate_metadata( old_metadata_path.rename(metadata_path) elif old_metadata_path.exists() and metadata_path.exists(): click.secho( - ( - "Warning: Found both `latch_metadata.py` and" - " `latch_metadata/__init__.py` in current directory." - " `latch_metadata.py` will be ignored." - ), + "Warning: Found both `latch_metadata.py` and" + " `latch_metadata/__init__.py` in current directory." + " `latch_metadata.py` will be ignored.", fg="yellow", ) @@ -187,9 +185,6 @@ def generate_metadata( # Import these into your `__init__.py` file: # # from .parameters import generated_parameters - # - # Use fully qualified names for types from typing (eg. typing.List, - # typing.Optional) generated_parameters = { __params__