Skip to content

Commit

Permalink
Updated for latest black
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Jun 19, 2024
1 parent 673e9d8 commit 8b5bb0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/xchemalign/aligner.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,9 @@ def _perform_alignments(self, meta):
#
if source_fs_model:
print(f"Have source fs model at {source_fs_model.ligand_neighbourhood_transforms}!")
ligand_neighbourhood_transforms: dict[
tuple[tuple[str, str, str], tuple[str, str, str]], dt.Transform
] = _load_ligand_neighbourhood_transforms(source_fs_model.ligand_neighbourhood_transforms)
ligand_neighbourhood_transforms: dict[tuple[tuple[str, str, str], tuple[str, str, str]], dt.Transform] = (
_load_ligand_neighbourhood_transforms(source_fs_model.ligand_neighbourhood_transforms)
)
else:
ligand_neighbourhood_transforms = _load_ligand_neighbourhood_transforms(
fs_model.ligand_neighbourhood_transforms
Expand Down

0 comments on commit 8b5bb0d

Please sign in to comment.