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

Replace Py2 Str Replacement with f-strings #221

Closed WillAyd closed 5 years ago

WillAyd commented 5 years ago

Since the minimum supported version is Python 3.6 the code base can make great use of formatted string literals instead of the old Python2 string replacement syntax.

0golovatyi commented 5 years ago

Done