Commit c4e6690
committed
refactor: move UploadChunk exports from event.py to _upload module
Re-export UploadChunk and UploadChunkIterator directly from
reflex._upload instead of re-importing them through reflex.event,
removing the eager import_module call at module load time.1 parent 611bd6f commit c4e6690
3 files changed
Lines changed: 5 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
300 | 304 | | |
301 | 305 | | |
302 | 306 | | |
303 | 307 | | |
304 | | - | |
305 | | - | |
306 | 308 | | |
307 | 309 | | |
308 | 310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
1101 | 1100 | | |
1102 | 1101 | | |
1103 | 1102 | | |
1104 | | - | |
1105 | | - | |
1106 | | - | |
1107 | | - | |
1108 | | - | |
1109 | 1103 | | |
1110 | 1104 | | |
1111 | 1105 | | |
| |||
2468 | 2462 | | |
2469 | 2463 | | |
2470 | 2464 | | |
2471 | | - | |
2472 | | - | |
2473 | 2465 | | |
2474 | 2466 | | |
2475 | 2467 | | |
| |||
0 commit comments