Skip to content

Commit

Permalink
reformat phone_number.py file with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
d-telnyx committed Sep 25, 2020
1 parent f87fd76 commit 466bae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions telnyx/api_resources/phone_number.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PhoneNumber(DeletableAPIResource, ListableAPIResource, UpdateableAPIResour

@classmethod
def all_voice(cls, **params):
""" Returns the voice settings for /all/ numbers owned by the user.
"""Returns the voice settings for /all/ numbers owned by the user.
This method breaks the naming convention of helper methods by adding
an `all_` prefix, which might be confusing at first. The reason for
Expand All @@ -51,7 +51,7 @@ def enable_emergency(self, **params):

@classmethod
def all_messaging(cls, **params):
""" Returns the messaging settings for /all/ numbers owned by the
"""Returns the messaging settings for /all/ numbers owned by the
user.
See the documentation for `all_voice()` for an explanation on the
Expand All @@ -61,7 +61,7 @@ def all_messaging(cls, **params):
return PhoneNumber.list_messaging(None, **params)

def messaging(self, **params):
""" Returns the messaging settings for the instantiated phone
"""Returns the messaging settings for the instantiated phone
number.
"""

Expand Down

0 comments on commit 466bae8

Please sign in to comment.