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

use a new argument in rest_client.py #452

Closed johng42 closed 4 years ago

johng42 commented 4 years ago

this method accepts a cls value but then immediately reassigns it. Fix this code smell to make this file a tiny bit easier to maintain by introducing a new variable name

0golovatyi commented 4 years ago

Not quite sure what is happening here, need to look at more details how this works...