jupyter-widgets / pythreejs

A Jupyter - Three.js bridge
https://pythreejs.readthedocs.io
Other
936 stars 185 forks source link

Update traits.py for collections deprecation warning #272

Closed GenevieveBuckley closed 5 years ago

GenevieveBuckley commented 5 years ago

Silence deprecation warning from collections.

\site-packages\pythreejs\traits.py:4
  C:\Users\genevieb\AppData\Local\conda\conda\envs\ipyvolume-dev\lib\site-packages\pythreejs\traits.py:4: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    from collections import namedtuple, Sequence
vidartf commented 5 years ago

Thanks!