Skip to content

Commit 9259b89

Browse files
committed
chore(visual recognition v4): Apply manual changes to FileWithMetadata
1 parent 1e3d594 commit 9259b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibm_watson/visual_recognition_v4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2693,7 +2693,7 @@ def _to_dict(self):
26932693
"""Return a json dictionary representing this model."""
26942694
_dict = {}
26952695
if hasattr(self, 'data') and self.data is not None:
2696-
_dict['data'] = self.data._to_dict()
2696+
_dict['data'] = self.data
26972697
if hasattr(self, 'filename') and self.filename is not None:
26982698
_dict['filename'] = self.filename
26992699
if hasattr(self, 'content_type') and self.content_type is not None:

0 commit comments

Comments
 (0)