Skip to content

Commit 0746d00

Browse files
NinjaniOleinikovasV
authored andcommitted
chore: type
1 parent ae51823 commit 0746d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plinder/data/utils/annotations/aggregate_annotations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ def from_custom_cif_file(
10631063
min_polymer_size: int = 10, # TODO: this used to be max_non_small_mol_ligand_length
10641064
max_non_small_mol_ligand_length: int = 20, # TODO: review and make consistent
10651065
plip_complex_threshold: float = 10.0,
1066-
save_folder: Path = None,
1066+
save_folder: Path | None = None,
10671067
max_protein_chains_to_save: int = 5,
10681068
max_ligand_chains_to_save: int = 5,
10691069
) -> Entry:

0 commit comments

Comments
 (0)