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):