Commit c72f086
chore: update python migration template format to use triple quotes for (#356)
multiline statement
The Python default migration template uses double quotes for the upgrade
statement, which is multiline and therefore invalid syntax.
This replaces the start and end quotes with triple quotes instead.
Co-authored-by: Jordan Russell <jordan.russell@sitehost.co.nz>1 parent d0c147c commit c72f086
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
0 commit comments