Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Aug 26, 2024
1 parent 8a60a38 commit 065d19b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dune_client/api/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ def _get_execution_results_by_url(
result = ResultsResponse.from_dict(response_json)
if result.state == ExecutionState.PARTIAL:
self.logger.warning(
f"execution {result.execution_id} resulted in a partial result set (i.e. results too large)."
f"execution {result.execution_id} resulted in a partial "
f"result set (i.e. results too large)."
)
return result
except KeyError as err:
Expand Down

0 comments on commit 065d19b

Please sign in to comment.