Skip to content

Commit fb140bb

Browse files
committed
fix lint
1 parent 6dcb0a8 commit fb140bb

3 files changed

Lines changed: 1699 additions & 1370 deletions

File tree

twilio/rest/conversations/v2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self, domain: Domain):
3434
self._configurations: Optional[ConfigurationList] = None
3535
self._conversations: Optional[ConversationList] = None
3636
self._participants: Optional[ParticipantList] = None
37-
37+
3838
@property
3939
def communications(self) -> CommunicationList:
4040
if self._communications is None:

0 commit comments

Comments
 (0)