Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Morris committed Nov 1, 2024
1 parent 441abeb commit 783f107
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cyto_dl/image/transforms/crop_to_seg.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@


class CentroidCrop:
"""Class for cropping patches around passed centroids in an image.
N
"""
"""Class for cropping patches around passed centroids in an image."""

def __init__(self, crop_size: Sequence[str], remove_edge: bool = True):
self.crop_size = crop_size
Expand Down

0 comments on commit 783f107

Please sign in to comment.