tamland / python-tidal

Python API for TIDAL music streaming service
GNU Lesser General Public License v3.0
413 stars 110 forks source link

✨ Removed return types from method names, but added deprecation warni… #249

Closed exislow closed 7 months ago

exislow commented 7 months ago

…ngs instead. Fixes tamland/python-tidal#246

As discusses here: https://github.com/tamland/python-tidal/issues/246

tehkillerbee commented 7 months ago

Thanks for the PR, much appreciated. Some minor formatting missing, and perhaps some more details should be added to the log messages to make it easier to see where they originate without having to search through the code. Will merge anyways and fix in a separate commit.