Commit f18b992
authored
Add space after colon (#494)
When trying to create a pydantic class from this spec using
`datamodel-code-gen`, having a quote right after a colon creates the
following error:
https://stackoverflow.com/questions/9055371/python-and-pyaml-yaml-scanner-scannererror-mapping-values-are-not-allowed-her
Adding a space to make this processable by datamodel-code-gen
Signed-off-by: tamir-alltrue-ai <144076741+tamir-alltrue-ai@users.noreply.github.com>1 parent e12ac51 commit f18b992
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5466 | 5466 | | |
5467 | 5467 | | |
5468 | 5468 | | |
5469 | | - | |
| 5469 | + | |
5470 | 5470 | | |
5471 | 5471 | | |
5472 | 5472 | | |
| |||
0 commit comments