Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bbean23 committed May 24, 2024
1 parent f87f7eb commit 02c97e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class CroppingImageProcessor(AbstractSpotAnalysisImagesProcessor):
"""
Crops all input images to the given shape. If the input image is too small, then an error will be thrown.
"""

def __init__(self, x1: int, x2: int, y1: int, y2: int):
"""
Parameters
Expand Down

0 comments on commit 02c97e1

Please sign in to comment.