Skip to content

Commit

Permalink
Break line on base all_members docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda authored Feb 12, 2024
1 parent 89a3056 commit 7d3db88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pooch/processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ def __init__(self, members=None, extract_dir=None):
self.extract_dir = extract_dir

def _all_members(self, fname):
"""Return all the members in the archive.
"""
Return all the members in the archive.
In the base class, this returns None.
"""
Expand Down

0 comments on commit 7d3db88

Please sign in to comment.