Commit bceff8a
committed
style(tui): drop unnecessary async on WelcomeScreen.on_mount
Since _reload_projects was deferred into _on_mount_deferred, on_mount no
longer awaits anything — just calls synchronous call_after_refresh.
Dropping async makes the signature clearer. Addresses Greptile comment
on PR #121.1 parent f5c7af8 commit bceff8a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments