Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
valentunn authored and github-actions[bot] committed Dec 23, 2024
1 parent 25cff50 commit 570d663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/multi_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ def __init__(self, parents: int, junctions: List[dict]):
self.junctions = junctions

def parachain_id(parachain_id: int) -> dict:
return {"Parachain": parachain_id}
return {"Parachain": parachain_id}
2 changes: 1 addition & 1 deletion scripts/test_multi_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ def test_pov_is_successor():

result = initial.reanchor(pov)

assert result == expected
assert result == expected

0 comments on commit 570d663

Please sign in to comment.