Skip to content

Commit 966a0d7

Browse files
committed
build: reformat serializers.py
v2 to rerun checks
1 parent 2a4bdb7 commit 966a0d7

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

pokemon_v2/serializers.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3254,9 +3254,7 @@ class Meta:
32543254
"properties": {
32553255
"effect": {
32563256
"type": "string",
3257-
"examples": [
3258-
"Inflicts regular damage."
3259-
],
3257+
"examples": ["Inflicts regular damage."],
32603258
},
32613259
"short_effect": {
32623260
"type": "string",
@@ -3637,9 +3635,7 @@ def get_combos(self, obj):
36373635
"properties": {
36383636
"effect": {
36393637
"type": "string",
3640-
"examples": [
3641-
"Inflicts regular damage."
3642-
],
3638+
"examples": ["Inflicts regular damage."],
36433639
},
36443640
"short_effect": {
36453641
"type": "string",

0 commit comments

Comments
 (0)