Skip to content

Commit fd2f6e9

Browse files
remove check for input/output overlap
1 parent 3402cb8 commit fd2f6e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dash-renderer/src/actions/dependencies.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ function validateDependencies(parsedDependencies, dispatchError) {
239239
});
240240

241241
findDuplicateOutputs(outputs, head, dispatchError, outStrs, outObjs);
242-
findInOutOverlap(outputs, inputs, head, dispatchError);
243242
findMismatchedWildcards(outputs, inputs, state, head, dispatchError);
244243
});
245244
}

0 commit comments

Comments
 (0)