Commit f8a0473
authored
Remove guards now part of npe2 from
# Description
These guards are legacy code from the era of `napari-plugin-engine`.
npe2 now provides these guards via `napari.yaml`
1. Multi-path vs single-path are determined by manifest
2. compatible paths are determined by manifest, and later we want to
raise helpful errors for missing bioio plugins.
This removes both these guards. Instead, `napari_get_reader` should
provide explicit guards for known incompatibilities (see #50 )napari_get_reader (#51)1 parent 6d4439a commit f8a0473
2 files changed
+5
-54
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 22 | + | |
28 | 23 | | |
29 | 24 | | |
30 | 25 | | |
| |||
41 | 36 | | |
42 | 37 | | |
43 | 38 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 39 | + | |
| 40 | + | |
48 | 41 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 42 | | |
63 | 43 | | |
64 | 44 | | |
| |||
74 | 54 | | |
75 | 55 | | |
76 | 56 | | |
77 | | - | |
78 | | - | |
| 57 | + | |
| 58 | + | |
79 | 59 | | |
80 | 60 | | |
81 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | 156 | | |
186 | 157 | | |
187 | 158 | | |
| |||
0 commit comments