Commit 8cf60a8
Brett Chaldecott
refactor: simplify parameter masking logic
Use dict.get() method instead of explicit membership and truthiness
checks for cleaner and more pythonic code in parameter masking.1 parent 550e6fe commit 8cf60a8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments