Skip to content

Commit ff6b52a

Browse files
committed
fix import
1 parent f07711e commit ff6b52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chebai/loss/semantic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import torch
88

99
from chebai.loss.bce_weighted import BCEWeighted
10-
from chebai.preprocessing.datasets import XYBaseDataModule
10+
from chebai.preprocessing.datasets.base import XYBaseDataModule
1111
from chebai.preprocessing.datasets.chebi import ChEBIOver100, _ChEBIDataExtractor
1212
from chebai.preprocessing.datasets.pubchem import LabeledUnlabeledMixed
1313

0 commit comments

Comments
 (0)