Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Jul 7, 2023
1 parent e6e32c8 commit 8e8b7b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/plone/app/imagecropping/browser/crop.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class CroppingView(BrowserView):

DEFAULT_FORMAT = "PNG"

def __call__(self, **kw):
Expand Down
1 change: 0 additions & 1 deletion src/plone/app/imagecropping/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@


class PloneAppImagecropping(PloneSandboxLayer):

defaultBases = (PLONE_APP_CONTENTTYPES_FIXTURE,)

def setUpZope(self, app, configurationContext):
Expand Down

0 comments on commit 8e8b7b9

Please sign in to comment.