8000 format · daxcurson/server-client-python@e9a4138 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9a4138

Browse files
committed
format
1 parent 65f8476 commit e9a4138

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,4 @@ $RECYCLE.BIN/
155155
docs/_site/
156156
docs/.jekyll-metadata
157157
docs/Gemfile.lock
158+
samples/credentials

contributing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Contribution can include, but are not limited to, any of the following:
1010
* Fix an Issue/Bug
1111
* Add/Fix documentation
1212

13-
Contributions must follow the guidelines outlined on the [Tableau Organization](http://tableau.github.io/) page, though filing an issue or requesting
14-
a feature do not require the CLA.
13+
Contributions must follow the guidelines outlined on the [Tableau Organization](http://tableau.github.io/) page, though filing an issue or requesting a feature do not require the CLA.
1514

1615
## Issues and Feature Requests
1716

samples/getting_started/3_hello_universe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,6 @@ def main():
8787
print("{} groups".format(pagination.total_available))
8888
print(groups[0])
8989

90+
9091
if __name__ == "__main__":
9192
main()

0 commit comments

Comments
 (0)
0