Snowdar / asv-subtools

An Open Source Tools for Speaker Recognition
Apache License 2.0
587 stars 135 forks source link

change has_key deprecated function to in operator #54

Closed boneyag closed 1 year ago

boneyag commented 1 year ago

dict.has_key('key') is deprecated in favour of in operator. This pull request changes those instances.

Snowdar commented 1 year ago

Thanks for you commiting for the dependency of Kaldi.