Skip to content

Conversation

@stefan-messagebird
Copy link
Owner

No description provided.

@stefan-messagebird stefan-messagebird changed the title DEVP-12 :: list voice calls DEVP-12 :: list & delete voice calls Sep 9, 2019
@stefan-messagebird
Copy link
Owner Author

Please ignore the version history, was from a messy rebase .. 🤦‍♂️

@stefan-messagebird stefan-messagebird merged commit 1104d73 into DEVP-12_add_create_voice_call Sep 10, 2019
@stefan-messagebird stefan-messagebird deleted the DEVP-12_list_voice_calls branch September 10, 2019 09:04
Copy link

@JornEngelbart JornEngelbart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, one single small comment


def __str__(self):
items_count = 0 if self.items is None else len(self.items)
return str(self.__class__) + " with %d items.\n" % items_count

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe return "%s with %d items.\n" % (str(self.__class__), items_count) would be a bit nicer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants