Commit 0534ee5
authored
Remove a redundant comma
The comma doesn't have any effect, but triggers a lint warning: Expression value is unused.
(`a,` means the tuple `(a,)`)1 parent 50fc5dd commit 0534ee5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
579 | | - | |
| 579 | + | |
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
| |||
0 commit comments