audeering / audobject

Generic Python interface for serializing objects to YAML
https://audeering.github.io/audobject/
Other
1 stars 0 forks source link

Deprecated warning #60

Closed Bahaabrougui closed 1 year ago

Bahaabrougui commented 1 year ago

Line : decorator.py:57, throws a warning

UserWarning: TupleResolver is deprecated and will be removed with version 1.0.0. Use resolver.Tuple instead.
resolver_obj = resolve()
frankenjoe commented 1 year ago

The warning should disappear if you replace TupleResolver with resolver.Tuple.

Bahaabrougui commented 1 year ago

Closing as this is not coming from audobject but by the the method calling it.