Lint example
This commit is contained in:
4
.gitignore
vendored
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()
|
||||
|
||||
Reference in New Issue
Block a user