Skip to content

Commit

Permalink
revert code style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
benzkji committed Sep 9, 2024
1 parent c53bce1 commit 3a38f7e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions easy_thumbnails/processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,8 @@ def autocrop(im, autocrop=False, **kwargs):
return im


def scale_and_crop(
im, size, crop=False, upscale=False, zoom=None, target=None, **kwargs
):
def scale_and_crop(im, size, crop=False, upscale=False, zoom=None, target=None,
**kwargs):
"""
Handle scaling and cropping the source image.
Expand Down

0 comments on commit 3a38f7e

Please sign in to comment.