Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Oct 17, 2023
1 parent ddf4fda commit e88d721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/components/components_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def get_repo_info(directory: str, use_prompt: Optional[bool] = True) -> Tuple[st


def prompt_component_version_sha(
component_name: str, component_type: str, modules_repo: ModulesRepo, installed_sha: Optional[str] =None
component_name: str, component_type: str, modules_repo: ModulesRepo, installed_sha: Optional[str] = None
) -> str:
"""
Creates an interactive questionary prompt for selecting the module/subworkflow version
Expand Down

0 comments on commit e88d721

Please sign in to comment.