Skip to content

Commit 9c59723

Browse files
committed
revert
1 parent 6c515f2 commit 9c59723

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

nucleus/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,6 @@ def predict(
604604
annotations,
605605
update,
606606
)
607-
print(batch_payload)
608607
response = self._make_request(
609608
batch_payload, f"modelRun/{model_run_id}/predict"
610609
)

nucleus/dataset.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
)
1616
from .payload_constructor import construct_model_run_creation_payload
1717

18-
19-
20-
2118
class Dataset:
2219
"""
2320
Nucleus Dataset. You can append images with metadata to your dataset,

0 commit comments

Comments
 (0)