adafruit / Adafruit_CircuitPython_DotStar

Dotstarrin' away in CircuitPython land
MIT License
46 stars 38 forks source link

DeprecationWarning #61

Closed wilwet closed 1 year ago

wilwet commented 1 year ago

DeprecationWarning: The symbol module is deprecated and will be removed in future versions of Python from symbol import testlist_star_expr.

In version 2.2.5

tekktrik commented 1 year ago

Can you provide the line number for the import referenced here? I can't seem to find it.

tekktrik commented 1 year ago

Can you also provide the code you ran when this occurred? I'm not sure it's coming from this library, so that information would help track it down.

wilwet commented 1 year ago

Sorry, my bad it was a lingering import "from symbol import testlist_star_expr" in example code.