Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Jan 24, 2024
1 parent 69c9939 commit 3219b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/create_wordcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_wordcloud(community_tool_path: str, mask_figure: str, stats_column: str,
:param wordcloud_output_path: Path to store the wordcloud
"""

community_tool_stats = pd.read_csv(Path(community_tool_path), sep="\t")
community_tool_stats = pd.read_csv(community_tool_path, sep="\t")

assert (
stats_column in community_tool_stats
Expand Down

0 comments on commit 3219b8c

Please sign in to comment.