Skip to content

Commit f146dc7

Browse files
author
shaunsephton
committed
cleanup
1 parent 27bc6de commit f146dc7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ckeditor/views.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def get_thumb_filename(filename):
4444
return '%s_thumb%s' % (filename[:dot_index], filename[dot_index:])
4545

4646
def create_thumbnail(filename):
47-
4847
image = Image.open(filename)
4948

5049
# Convert to RGB if necessary
@@ -57,7 +56,6 @@ def create_thumbnail(filename):
5756
imagefit = ImageOps.fit(image, THUMBNAIL_SIZE, Image.ANTIALIAS)
5857
imagefit.save(get_thumb_filename(filename))
5958

60-
6159
def get_media_url(path):
6260
"""
6361
Determine system file's media url.

0 commit comments

Comments
 (0)