Commit 827ae5b
authored
fix: Make
## Summary by Sourcery
Enhancements:
- Introduce a generic `_TStream` type parameter for `get_stream_schema`
so its `stream` and `stream_class` parameters share a consistent,
type-safe stream type.StreamSchema.get_stream_schema generic to avoid downstream warnings about violation of the LSP (#3393)1 parent ea49ed9 commit 827ae5b
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
221 | | - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
222 | 227 | | |
223 | 228 | | |
224 | 229 | | |
| |||
0 commit comments