Commit 0568398
Format codegen/datatypes.py with ruff
The get_implied_edits_code() function added in the previous commit
uses triple single quotes for multi-line strings. Ruff standardizes
on triple double quotes, so reformatting the file to comply with the
project's formatting rules.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 25c9845 commit 0568398
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments