Skip to content

Commit

Permalink
pydocstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
weiglszonja committed Sep 14, 2023
1 parent 28dabeb commit d9474fa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def __init__(
The name of the stream to load, to determine which streams are available use Suite2pSegmentationExtractor.get_streams(folder_path).
"""

if combined:
warning_string = "Keyword argument 'combined' is deprecated and will be removed on or after Nov, 2023. "
warn(
Expand Down Expand Up @@ -159,7 +158,6 @@ def get_rejected_list(self):
def _correlation_image_read(self):
"""Read correlation image from ops (settings) dict.
Returns
-------
img : numpy.ndarray | None
Expand Down

0 comments on commit d9474fa

Please sign in to comment.