Commit 7f84eebd authored by Sachin Kadyan's avatar Sachin Kadyan
Browse files

[BUGFIX] Fix an import bug in `data_pipeline.py`

parent a51f5fb5
......@@ -19,6 +19,7 @@ from multiprocessing import cpu_count
from typing import Mapping, Optional, Sequence, Any
import numpy as np
import torch
from openfold.data import templates, parsers, mmcif_parsing
from openfold.data.templates import get_custom_template_features
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment