Skip to content

Commit 19ab4a7

Browse files
committed
make python dir
1 parent 6c2506d commit 19ab4a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

chebai_proteins/__init__.py

Whitespace-only changes.

chebai_proteins/preprocessing/datasets/scope/scope.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
import torch
2525
from Bio import SeqIO
2626
from chebai.preprocessing.datasets.base import _DynamicDataset
27-
from chebai.preprocessing.reader import ESM2EmbeddingReader, ProteinDataReader
27+
28+
from chebai_proteins.preprocessing.reader import ESM2EmbeddingReader, ProteinDataReader
2829

2930

3031
class _SCOPeDataExtractor(_DynamicDataset, ABC):

0 commit comments

Comments
 (0)