Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Sep 5, 2024
1 parent 7760f6e commit f4fe7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipycanvas/canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f4fe7ff

Please sign in to comment.