From f4fe7ff0c8ff8c381a3cc9313eb5538a8223bfcb Mon Sep 17 00:00:00 2001 From: martinRenou Date: Thu, 5 Sep 2024 09:11:51 +0200 Subject: [PATCH] Linter --- ipycanvas/canvas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipycanvas/canvas.py b/ipycanvas/canvas.py index e0b4052..76a0fe9 100644 --- a/ipycanvas/canvas.py +++ b/ipycanvas/canvas.py @@ -617,7 +617,7 @@ class Canvas(_CanvasBase): "shadow_blur": 15, "shadow_color": 16, "filter": 17, - "image_smoothing_enabled": 18 + "image_smoothing_enabled": 18, } def __init__(self, *args, **kwargs):