Commit ddcf47f
committed
style: fix yapf formatting - single-line raise and scan call
- _policy.py: raise ValueError(...) single-line (was multi-line, yapf
forces single-line when under column_limit)
- test_tool_filter.py: SafetyScanner.scan(ScanInput(...)) single-line
(merged multi-line call, 107 chars < 120 limit)1 parent 290d18b commit ddcf47f
2 files changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
| 156 | + | |
158 | 157 | | |
159 | 158 | | |
160 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | | - | |
176 | | - | |
| 174 | + | |
0 commit comments