Commit 544d892
committed
fix(cli): add type guard for store._registry to fix mypy union-attr error
Adds `assert store._registry is not None` before calling delete_project
to satisfy mypy's type checker (store._registry is typed as BaseRegistry | None).1 parent 4783b76 commit 544d892
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
0 commit comments