Skip to content

Commit ea92a13

Browse files
sanghoonioclaude
andcommitted
Fix ruff: add BedBatchResult to top-level imports
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c2faacf commit ea92a13

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bbconf/modules/bedfiles.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
UniverseNotFoundError,
4646
)
4747
from bbconf.models.bed_models import (
48+
BedBatchResult,
4849
BedClassification,
4950
BedEmbeddingResult,
5051
BedFiles,
@@ -253,8 +254,6 @@ def get_batch(
253254
:param distributions: if True, include distribution arrays in stats
254255
:return: BedListResult with matching records
255256
"""
256-
from bbconf.models.bed_models import BedBatchResult, BedMetadataAll
257-
258257
statement = select(Bed).where(Bed.id.in_(identifiers))
259258

260259
with Session(self._sa_engine) as session:

0 commit comments

Comments
 (0)