From 355146baf306fda53fbe759fd616acf4231c48f9 Mon Sep 17 00:00:00 2001 From: Bongjin Koo Date: Tue, 17 May 2022 15:34:01 -0700 Subject: [PATCH] Issue #74: Fix a long line in datasets.py. --- ioSPI/datasets.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ioSPI/datasets.py b/ioSPI/datasets.py index dd20fd5..8ea891b 100644 --- a/ioSPI/datasets.py +++ b/ioSPI/datasets.py @@ -6,7 +6,9 @@ class OSFProject: - """Class to list, download and upload data in an OSF project using osfclient library. + """Class to list, download and upload data in an OSF project. + + It uses osfclient library. Parameters ----------