This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Commit 7b1818e
committed
preemptively import orjson
without this, in mode="jupyterlab" we see (sometimes):
AttributeError: partially initialized module 'orjson' has no attribute
'OPT_SORT_KEYS' (most likely due to a circular import)1 parent 75d6563 commit 7b1818e
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
290 | 298 | | |
291 | 299 | | |
292 | 300 | | |
| |||
0 commit comments