Skip to content

Commit d08f3f6

Browse files
committed
Lint.
1 parent 1ccfda1 commit d08f3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/conv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(
2222
atom_type_embedding_dim: int,
2323
num_atom_types: int,
2424
max_radius: float,
25-
conv_type: str = "default"
25+
conv_type: str = "default",
2626
):
2727
super().__init__()
2828

0 commit comments

Comments
 (0)