Skip to content

Commit

Permalink
remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
36000 committed Nov 2, 2024
1 parent 062982e commit 16ecb6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AFQ/viz/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ def bbox(img):
def trim(im):
bg = Image.new(im.mode, im.size, im.getpixel((0, 0)))
diff = ImageChops.difference(im, bg)
diff.getbbox
this_bbox = bbox(diff)
if this_bbox:
return im.crop(this_bbox)
Expand Down

0 comments on commit 16ecb6c

Please sign in to comment.