Skip to content

Commit 22babc6

Browse files
committed
action workflow error - black format fix
1 parent afc6ee0 commit 22babc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chebai/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def crawl_info(
9393

9494

9595
def collate(
96-
batch: List[Tuple[Molecule, torch.Tensor]]
96+
batch: List[Tuple[Molecule, torch.Tensor]],
9797
) -> Tuple[List[Molecule], torch.Tensor]:
9898
"""
9999
Collate function for DataLoader.

0 commit comments

Comments
 (0)