Skip to content

Commit

Permalink
Revert "Update support_matrix.py"
Browse files Browse the repository at this point in the history
This reverts commit 2a4d569.
  • Loading branch information
jitingxu1 committed May 29, 2024
1 parent 8bee288 commit 0c402c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/support_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ def check_backend(backend, exprs):
for expr in exprs:
con.execute(expr)
return True
except (TypeError, ValueError, AttributeError) as e:
if backend == "dask":
print(e)
except (TypeError, ValueError, AttributeError):
return False
else:
try:
Expand Down

0 comments on commit 0c402c2

Please sign in to comment.