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
remove unnecessary import
  • Loading branch information
wanjunsli committed Jan 19, 2016
commit 11266b0d5bfc569f93d6dd7addf615a4d4e19530
2 changes: 0 additions & 2 deletions twilio/task_router/taskrouter_config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from .workflow_rule import WorkflowRule
from .workflow_ruletarget import WorkflowRuleTarget
import json


class TaskRouterConfig:

Expand Down
0