Skip to content

Commit

Permalink
Reformat file
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavb committed May 19, 2023
1 parent 4b075e9 commit 957cab0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions tests/sample_pokemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,23 @@
"flavor_text_entries": [
{
"flavor_text": "text a",
"language": {"name": "en",},
"language": {
"name": "en",
},
"version": {"name": "game a"},
},
{
"flavor_text": "text b",
"language": {"name": "en",},
"language": {
"name": "en",
},
"version": {"name": "game b"},
},
{
"flavor_text": "text c",
"language": {"name": "other",},
"language": {
"name": "other",
},
"version": {"name": "game a"},
},
]
Expand Down

0 comments on commit 957cab0

Please sign in to comment.