mirror of
https://github.com/google-deepmind/alphafold.git
synced 2026-06-04 14:58:05 +08:00
Remove unused imports.
PiperOrigin-RevId: 562507313 Change-Id: Ic82f113455c0be50c0af1e9df4498991072e554c
This commit is contained in:
committed by
Copybara-Service
parent
bbe8a844e0
commit
c9431c4c12
@@ -15,9 +15,7 @@
|
||||
"""Pairing logic for multimer data pipeline."""
|
||||
|
||||
import collections
|
||||
import functools
|
||||
import string
|
||||
from typing import Any, Dict, Iterable, List, Sequence
|
||||
from typing import Dict, Iterable, List, Sequence
|
||||
|
||||
from alphafold.common import residue_constants
|
||||
from alphafold.data import pipeline
|
||||
|
||||
Reference in New Issue
Block a user