Kewei Li

Results 2 issues of Kewei Li

Sometimes imports are used only for type checking. Python recommends placing these imports under a `if TYPE_CHECKING` condition: https://docs.python.org/3/library/typing.html#typing.TYPE_CHECKING, which can be used to reduce the cost of imports during...

Allowing more updated versions of lumino packages. This will resolve https://github.com/plotly/plotly.py/issues/4354 Please uncomment this block and take a look at this checklist if your PR is making substantial changes to...

feature
P2
community
infrastructure