Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersonBledsoe committed Jan 31, 2025
1 parent 9accdba commit 0253fdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plone/restapi/deserializer/controlpanels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def __call__(self, mask_validation_errors=True):
fake_context = FakeDXContext()
wrapped_context = ImplicitAcquisitionWrapper(fake_context, self.context)


for name, field in getFields(self.schema).items():
field_data = schema_data.setdefault(self.schema, {})

Expand Down

0 comments on commit 0253fdd

Please sign in to comment.