Skip to content

Commit

Permalink
fix: flake8 lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinit Kumar committed Sep 24, 2023
1 parent 244e1a0 commit 7c1d190
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions filer/admin/clipboardadmin.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ def ajax_upload(request, folder_id=None):
}
# prepare preview thumbnail
if isinstance(file_obj, Image):


thumbnail_180_options = {
'size': (180, 180),
'crop': True,
Expand Down

0 comments on commit 7c1d190

Please sign in to comment.