8000 Supporting filter_friendly_name by wanjunsli · Pull Request #245 · twilio/twilio-python · GitHub
[go: up one dir, main page]

Skip to content

Supporting filter_friendly_name #245

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

Merged
merged 10 commits into from
Jan 28, 2016
Prev Previous commit
Next Next commit
fixed blank line
  • Loading branch information
wanjunsli committed Jan 19, 2016
commit 571563199050207db1b6076117aca71bdf2d7389
1 change: 1 addition & 0 deletions twilio/task_router/taskrouter_config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from .workflow_rule import WorkflowRule
from .workflow_ruletarget import WorkflowRuleTarget


class TaskRouterConfig:

"""
Expand Down
0