Skip to content

Commit

Permalink
Issue #74: Remove an unnecessary comment in datasets.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
bongjinkoo committed May 15, 2022
1 parent 017d75d commit 9035d6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ioSPI/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def __init__(
out_file.write(f"username = {username}\n")
out_file.write(f"project = {project_id}\n")
out_file.write(f"token = {token}\n")
# out_file.write(f"storage = {storage}\n")
print("OSF config written to .osfcli.config!")

def ls(self):
Expand Down

0 comments on commit 9035d6c

Please sign in to comment.