Skip to content

Commit

Permalink
farmer: Drop redundant PlotPathRequestData conversion (#11755)
Browse files Browse the repository at this point in the history
  • Loading branch information
xdustinface authored Jun 3, 2022
1 parent db1cc4d commit 1dccb68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chia/rpc/farmer_rpc_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ def paginated_plot_path_request(
request: PlotPathRequestData = dataclass_from_dict(PlotPathRequestData, request_dict)
receiver = self.service.get_receiver(request.node_id)
source = source_func(receiver)
request = dataclass_from_dict(PlotPathRequestData, request_dict)
# Apply filter
source = [plot for plot in source if all(filter_item in plot for filter_item in request.filter)]
# Apply reverse
Expand Down

0 comments on commit 1dccb68

Please sign in to comment.