8000 add missing line · gregeinfrank/twilio-python@19898c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 19898c7

Browse files
author
Doug Black
committed
add missing line
1 parent 788ca53 commit 19898c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

twilio/rest/resources/phone_numbers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ def list(self, type=None, **kwargs):
269269
You can specify partial numbers and use '*' as a wildcard.
270270
"""
271271

272+
uri = self.uri
272273
if type:
273274
uri = "%s/%s" % (self.uri, TYPES[type])
274275

0 commit comments

Comments
 (0)
0