Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jitingxu1 authored May 29, 2024
1 parent 3efccb8 commit 2e87612
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 2e87612

Please sign in to comment.