Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersonBledsoe committed Jan 31, 2025
1 parent 7c17baa commit de03c07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self, context, request):
self.form_data_adapter = getMultiAdapter(
(self.context, self.request), IPostAdapter
)
# We've already done all the work to get this data, let's re-use it.
# We've already done all the work to get this data, let's reuse it.
self.form_data = self.form_data_adapter.form_data
self.block_id = self.form_data_adapter.block_id
self.block = self.form_data_adapter.block
Expand Down

0 comments on commit de03c07

Please sign in to comment.