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

Fix models call in HTTPS #321

Closed 0golovatyi closed 5 years ago

0golovatyi commented 5 years ago
pep8speaks commented 5 years ago

Hello @0golovatyi! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 5:1: E402 module level import not at top of file

Line 36:1: E302 expected 2 blank lines, found 1 Line 37:4: E114 indentation is not a multiple of four (comment)