Skip to content

Commit b73765f

Browse files
dhruvkaliraman7austin-aryn-ai
authored andcommitted
get inheritance to work duh (#1184)
1 parent 89834a4 commit b73765f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sycamore/sycamore/writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,6 @@ def _maybe_execute(
873873
ds.execute()
874874

875875
if client is not None:
876-
if type(node) == BaseDBWriter:
876+
if isinstance(node, BaseDBWriter):
877877
client.reliability_assertor(node._target_params)
878878
return None

0 commit comments

Comments
 (0)