Lint example

master
Matthieu DUVAL 5 years ago
parent 1706631393
commit 6d8330a2b5

4
.gitignore vendored

@ -1,3 +1,5 @@
examples/__main__.py
__pycache__
**/__pycache__
**/__pycache__
dist/
*.egg-info/

@ -69,4 +69,4 @@ def example():
GeorideApi.revokeToken(account.auth_token)
""" # pylint: disable=W0105
example()
example()

Loading…
Cancel
Save