Skip to content

Commit

Permalink
add missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Black committed Oct 21, 2013
1 parent 788ca53 commit 19898c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twilio/rest/resources/phone_numbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ def list(self, type=None, **kwargs):
You can specify partial numbers and use '*' as a wildcard.
"""

uri = self.uri
if type:
uri = "%s/%s" % (self.uri, TYPES[type])

Expand Down

0 comments on commit 19898c7

Please sign in to comment.