Skip to content

Commit d7af43e

Browse files
committed
lint
1 parent f4c624c commit d7af43e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

bbconf/modules/bedfiles.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,9 +1477,7 @@ def reindex_qdrant(self, batch: int = 100, purge: bool = False) -> None:
14771477
except FileNotFoundError:
14781478
bed_region_set_obj = bb_client.load_bed(record.id)
14791479
except RuntimeError:
1480-
_LOGGER.warning(
1481-
f"Unable to open file: {record.id}"
1482-
)
1480+
_LOGGER.warning(f"Unable to open file: {record.id}")
14831481
continue
14841482
except Exception:
14851483
_LOGGER.warning(

0 commit comments

Comments
 (0)