Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Jun 4, 2024
1 parent 591d539 commit ef2ad26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/extract_galaxy_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def get_all_installed_tool_ids_on_server(galaxy_url: str) -> List[str]:
return [tool_dict["id"] for tool_dict in tool_dict_list]


def check_tools_on_servers(tool_ids: List[str], galaxy_server_url: str) -> pd.DataFrame:
def check_tools_on_servers(tool_ids: List[str], galaxy_server_url: str) -> int:
"""
Return number of tools in tool_ids installed on galaxy_server_url
Expand Down

0 comments on commit ef2ad26

Please sign in to comment.