8000 Formatting · patrick91/twilio-python@e0f4295 · GitHub
[go: up one dir, main page]

Skip to content

Commit e0f4295

Browse files
committed
Formatting
1 parent abdb410 commit e0f4295

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

twilio/rest/resources/task_router/workflow_config.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
from .taskrouter_config import TaskRouterConfig
22
import json
3-
from collections import namedtuple, Iterable, OrderedDict
4-
import numpy as np
5-
from twilio.rest.resources.task_router.workflow_rule import WorkflowRule
63

74

85
class WorkflowConfig:
@@ -16,7 +13,6 @@ def __init__(self, workflow_rules, default_target):
1613
# filters and default_filters
1714
self.task_routing = TaskRouterConfig(workflow_rules, default_target)
1815

19-
2016
@property
2117
def taskrouter_config(self):
2218
return self.task_routing

twilio/rest/resources/task_router/workflow_rule.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
from .workflow_ruletarget import WorkflowRuleTarget
2+
3+
24
class WorkflowRule:
5+
36
"""
47
WorkflowRule represents the top level filter
58
which contains a 1 or more targets

0 commit comments

Comments
 (0)
0