Skip to content

Commit

Permalink
Fix rebase conflicts still in the docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Jun 10, 2024
1 parent 3a69bfa commit 2b927f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions datashuttle/datashuttle.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,9 @@ def create_folders(
If `True`, folders will be created even if they are not
valid to NeuroBlueprint style.
<<<<<<< HEAD
log : bool
If `True`, details of folder creation will be logged.
=======
Returns
-------
created_paths :
Expand All @@ -201,7 +200,6 @@ def create_folders(
created, the dict keys will separate created folders by datatype
name. Similarly, if only subject or session level folders were
created, these are separated by "sub" and "ses" keys.
>>>>>>> 612b276 (Add 'Returns' section to 'create_folders()', fix incorrect type hints.)
Notes
-----
Expand Down

0 comments on commit 2b927f7

Please sign in to comment.