Skip to content

Commit

Permalink
Temporarily remove CallRouterResource until it hits production
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedialpad committed Jul 28, 2020
1 parent 3ca0f5b commit 39d0b02
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 119 deletions.
5 changes: 0 additions & 5 deletions dialpad/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from .resources import BlockedNumberResource
from .resources import CallResource
from .resources import CallRouterResource
from .resources import CallbackResource
from .resources import CallCenterResource
from .resources import CompanyResource
Expand Down Expand Up @@ -89,10 +88,6 @@ def blocked_number(self):
def call(self):
return CallResource(self)

@cached_property
def call_router(self):
return CallRouterResource(self)

@cached_property
def callback(self):
return CallbackResource(self)
Expand Down
1 change: 0 additions & 1 deletion dialpad/resources/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from .blocked_number import BlockedNumberResource
from .call import CallResource
from .call_router import CallRouterResource
from .callback import CallbackResource
from .callcenter import CallCenterResource
from .company import CompanyResource
Expand Down
113 changes: 0 additions & 113 deletions dialpad/resources/call_router.py

This file was deleted.

0 comments on commit 39d0b02

Please sign in to comment.