Skip to content

Commit 01da95d

Browse files
Frank Zhengandychisholm
authored andcommitted
Add docstring to avoid ambiguity
1 parent b18718a commit 01da95d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sypht/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ def get_many_entities(self, entity_type, entities, company_id=None, endpoint=Non
493493
)
494494

495495
def list_entities(self, entity_type, company_id=None, page=None, limit=None, endpoint=None):
496+
"""Get list of entity_ids by pagination."""
496497
company_id = company_id or self.company_id
497498
entity_type = quote_plus(entity_type)
498499
endpoint = urljoin(

0 commit comments

Comments
 (0)