Skip to content

Commit 1ffcc40

Browse files
author
Matt Sokoloff
committed
remove comments
1 parent 6db23f0 commit 1ffcc40

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

labelbox/client.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -658,10 +658,3 @@ def create_model(self, name, ontology_id):
658658
"ontologyId": ontology_id
659659
})
660660
return Model(self, result['createModel'])
661-
662-
#def get_data_row_ids_for_external_ids():
663-
#
664-
# externalIdsToDataRowIds(externalId_in: [String!]!):[ExternalIdsToDataRowIdsResponse!]!
665-
# @ Richard for the sake of consistency would it be possible to just return
666-
# externalIdsToDataRowIds(externalId_in: [String!]!): [DataRow!]!
667-
#So is there no pagination? What if airbnb passes in 1m results?

0 commit comments

Comments
 (0)