Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchirica committed Sep 24, 2024
1 parent 1cb85ca commit a54c68a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chia/data_layer/data_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ async def _insert_ancestor_table(
result_dict = dict(result)
if result_dict != values:
raise Exception(
"Requested insertion of ancestor, where ancestor differ, but other values are identical: "
f"{hash} {generation} {store_id}"
"Requested insertion of ancestor, where ancestor differ, but other values are"
f" identical: {hash} {generation} {store_id}"
) from None

async def _insert_terminal_node(self, key: bytes, value: bytes) -> bytes32:
Expand Down

0 comments on commit a54c68a

Please sign in to comment.