Skip to content

Commit 705275b

Browse files
author
Adrian Chang
committed
buffered result
1 parent 40168a4 commit 705275b

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

libs/labelbox/src/labelbox/schema/data_row.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ def _export(
356356
res = client.execute(create_task_query_str,
357357
query_params,
358358
error_log_key="errors")
359-
print(res)
360359
res = res[mutation_name]
361360
task_id = res["taskId"]
362361
is_streamable = res["isStreamable"]

libs/labelbox/src/labelbox/schema/project.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,8 +1022,6 @@ def create_batches_from_dataset(
10221022
consensus_settings = ConsensusSettings(**consensus_settings).dict(
10231023
by_alias=True)
10241024

1025-
print("Creating batches from dataset %s", dataset_id)
1026-
10271025
method = 'createBatchesFromDataset'
10281026
mutation_str = """mutation %sPyApi($projectId: ID!, $input: CreateBatchesFromDatasetInput!) {
10291027
project(where: {id: $projectId}) {

libs/labelbox/tests/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,4 +453,4 @@ def print_perf_summary():
453453
num_of_entries = 10 if len(sorted_dict) >= 10 else len(sorted_dict)
454454
slowest_fixtures = [(aaa, sorted_dict[aaa])
455455
for aaa in islice(sorted_dict, num_of_entries)]
456-
print("\nTop slowest fixtures:\n", slowest_fixtures, file=sys.stderr)
456+
print("\nTop slowest fixtures:\n", slowest_fixtures, file=sys.stderr)

requirements-dev.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# features: []
77
# all-features: false
88
# with-sources: false
9+
# generate-hashes: false
910

1011
-e file:libs/labelbox
1112
alabaster==0.7.13

0 commit comments

Comments
 (0)