Commit 2cf447f
committed
neo(refactor[fetch_objs]): Remove redundant None guard on non-optional server param
why: server parameter is typed as Server (non-optional), so the
`server is not None` guard is dead code that obscures intent.
what:
- Simplify tmux_bin assignment to direct attribute access1 parent 0e0b8bb commit 2cf447f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments