Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Nov 1, 2023
1 parent 7659a6d commit 8c25900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate_tool_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def add_tool_stats_to_tools(tool_stats_path: str, tools_path: str, output_path:
return community_tool_stats


def get_wordcloud(community_tool_stats: pd.DataFrame, mask_figure: str, wordcloud_output_path: str):
def get_wordcloud(community_tool_stats: pd.DataFrame, mask_figure: str, wordcloud_output_path: str) -> None:
"""
Generate a wordcloud based on the counts for each Galaxy wrapper id
Expand Down

0 comments on commit 8c25900

Please sign in to comment.