From 3a38f7e86e1588a45d5414a5f901b0cdd191364d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20St=C3=A4hli?= Date: Mon, 9 Sep 2024 11:36:54 +0200 Subject: [PATCH] revert code style changes --- easy_thumbnails/processors.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/easy_thumbnails/processors.py b/easy_thumbnails/processors.py index e7c1220..2b3e168 100644 --- a/easy_thumbnails/processors.py +++ b/easy_thumbnails/processors.py @@ -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.