[BUG] self.client in a function instead of class #856
Labels
priority: high
Needs immediate attention; blockers or critical or bug
type: docs update
documentation change not affecting the code
Describe the bug
In examples/public_oauth.py, trying to access 'self' in a function which is not a method of a class
Code snippet
Actual behavior
Fail to run because of trying to access self in function which is not a method of a class
Expected behavior
To create and output a twilio message
twilio-python version
8.0.0-rc.2
Python version
3.12.4
Logs or error messages
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: