Commit 6200a4b
chore: hoist missed lazy import in RowsResponse.decode_body
Issue 076 moved all lazy imports to top-level but missed one inside
the zero-column branch of RowsResponse.decode_body: ROW_DONE_BYTE,
ROW_PART_BYTE, and WORD_SIZE from dqlitewire.constants. Add them
to the top-level import block and remove the lazy import.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f031997 commit 6200a4b
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
317 | 320 | | |
318 | 321 | | |
319 | 322 | | |
320 | | - | |
321 | | - | |
322 | 323 | | |
323 | 324 | | |
324 | 325 | | |
| |||
0 commit comments