Skip to content

Commit 27b5d35

Browse files
committed
Fix code formatting: run black on serializers.py
1 parent d9dda14 commit 27b5d35

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

pokemon_v2/serializers.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5732,17 +5732,23 @@ class Meta:
57325732
"required": ["name", "url"],
57335733
"properties": {
57345734
"name": {"type": "string"},
5735-
"url": {"type": "string", "format": "uri"}
5736-
}
5735+
"url": {
5736+
"type": "string",
5737+
"format": "uri",
5738+
},
5739+
},
57375740
},
57385741
"base_form_required": {
57395742
"type": "object",
57405743
"nullable": True,
57415744
"required": ["name", "url"],
57425745
"properties": {
57435746
"name": {"type": "string"},
5744-
"url": {"type": "string", "format": "uri"}
5745-
}
5747+
"url": {
5748+
"type": "string",
5749+
"format": "uri",
5750+
},
5751+
},
57465752
},
57475753
},
57485754
},

0 commit comments

Comments
 (0)