tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

Removed old py2 inheritance #370

Closed WillAyd closed 4 years ago

WillAyd commented 4 years ago

Inheriting from object is a Python 2 relic of "new style classes"; not applicable with Python3