Skip to content

Commit 2e87612

Browse files
authored
revert
1 parent 3efccb8 commit 2e87612

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/support_matrix.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ def check_backend(backend, exprs):
2626
for expr in exprs:
2727
con.execute(expr)
2828
return True
29-
except (TypeError, ValueError, AttributeError) as e:
30-
if backend == "dask":
31-
print(e)
29+
except (TypeError, ValueError, AttributeError):
3230
return False
3331
else:
3432
try:

0 commit comments

Comments
 (0)