Skip to content

Commit

Permalink
Remove unused quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson authored Feb 12, 2024
1 parent c5b48ee commit 2ef0760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pertpy/metadata/_moa.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Moa(MetaData):
def __init__(self):
clue_path = Path(settings.cachedir) / "repurposing_drugs_20200324.txt"
if not Path(clue_path).exists():
print("[bold yellow]No metadata file was found for clue." " Starting download now.")
print("[bold yellow]No metadata file was found for clue. Starting download now.")
_download(
url="https://s3.amazonaws.com/data.clue.io/repurposing/downloads/repurposing_drugs_20200324.txt",
output_file_name="repurposing_drugs_20200324.txt",
Expand Down

0 comments on commit 2ef0760

Please sign in to comment.