Skip to content

Commit

Permalink
Remove redundant asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWoollett-Light committed Apr 10, 2024
1 parent 6389a1a commit 11e5b53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ def diff():
response_json = response.json()
print(f"response_json: {response_json}")

assert base in response_json
assert head in response_json

changes = {}
for key, value in response_json.items():
changes[key] = {"from": value["from"], "to": value["to"]}
Expand Down

0 comments on commit 11e5b53

Please sign in to comment.