Skip to content

Commit d0379ce

Browse files
Fix stray rfd3 import from src (#150)
* Update import statement for constants module * Make format
1 parent bcfa500 commit d0379ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/foundry/utils/components.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
import numpy as np
66
from atomworks.ml.encoding_definitions import AF3SequenceEncoding
77
from biotite.structure import AtomArray
8-
from rfd3.constants import (
9-
TIP_BY_RESTYPE,
10-
)
118

129
from foundry.common import exists
10+
from foundry.constants import (
11+
TIP_BY_RESTYPE,
12+
)
1313
from foundry.utils.ddp import RankedLogger
1414

1515
global_logger = RankedLogger(__name__, rank_zero_only=False)

0 commit comments

Comments
 (0)