-
Notifications
You must be signed in to change notification settings - Fork 81
Style Changes and Linter #167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Style changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a couple optional parameters were added to the opentok constructor which would strike me as being outside of the scope of this PR. Also just one comment on some of the multi-line string decleartions. If the latter is considered the standard in python I'm fine with it, just strikes me as a bit odd (as they look like tuple declearations).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need to revert the app name change and fix the test that's throwing an exception, and should be good (looks like Travis doesn't hard-stop and say everything failed)
No description provided.