From f9f217acd36976cadabb3a20c64d03cabd48aecd Mon Sep 17 00:00:00 2001 From: Mariana Bedran Lesche Date: Thu, 3 Oct 2024 13:02:21 -0300 Subject: [PATCH] Ruff format --- qrcode/image/pil.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qrcode/image/pil.py b/qrcode/image/pil.py index 4159162..cfb1de6 100644 --- a/qrcode/image/pil.py +++ b/qrcode/image/pil.py @@ -5,6 +5,7 @@ except ImportError: Image, ImageDraw = None, None + class PilImage(qrcode.image.base.BaseImage): """ PIL image builder, default format is PNG.