Skip to content

Commit 38b3c6e

Browse files
authored
Update rounded_corner.py
1 parent 33bd77f commit 38b3c6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

image_rounded_corner/rounded_corner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ def add_corners(im, rad):
1717
im = Image.open('Location_to_image/image.png')
1818
im = add_corners(im, 100)
1919
im.save('Location_to_store/img_rounded.png')
20-

0 commit comments

Comments
 (0)