Skip to content

Commit 883c148

Browse files
Removed dead code.
1 parent d27d4a4 commit 883c148

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/oracledb/impl/thin/queue.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,6 @@ cdef class ThinMsgPropsImpl(BaseMsgPropsImpl):
506506
"""
507507
Internal method for setting the payload from an object.
508508
"""
509-
if not isinstance(value, ThinDbObjectImpl):
510-
raise TypeError("Expected ThinDbObjectImpl instance.")
511509
self.payload_obj = value
512510

513511
def set_payload_json(self, object json_val):

0 commit comments

Comments
 (0)