8000 Fix up flake violations in Conversations · twilio/twilio-python@14cbaa2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 14cbaa2

Browse files
author
Carlos Diaz-Padron
committed
Fix up flake violations in Conversations
1 parent ce08b3d commit 14cbaa2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

tests/conversations/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

twilio/rest/resources/conversations/conversations.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ def delete_instance(self, sid):
1919

2020

2121
class Conversation(NextGenInstanceResource):
22-
"""A Conversation instance representing a call between two or more participants.
22+
"""A Conversation instance representing a call
23+
between two or more participants.
2324
2425
.. attribute:: sid
2526

0 commit comments

Comments
 (0)
0