Skip to content

Commit 99be972

Browse files
author
Ashutosh Tiwari
committed
format pep 8 error
1 parent 524f00c commit 99be972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graph_ml/utils/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
import pyg_lib # noqa
2323

2424
WITH_PYG_LIB = True
25-
except:
25+
except Exception:
2626
WITH_PYG_LIB = False
2727

2828
try:
2929
import torch_cluster # noqa
3030

3131
WITH_TORCH_CLUSTER = True
32-
except:
32+
except Exception:
3333
WITH_TORCH_CLUSTER = False
3434

3535

0 commit comments

Comments
 (0)