Skip to content

Commit

Permalink
style:pyright check
Browse files Browse the repository at this point in the history
  • Loading branch information
dp-yuanyn committed Mar 4, 2024
1 parent ca920b4 commit a1c49fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def write_constraint_bpf_file(self, out_path: str = ''):
for core_bpf_line in self.core_bpf_line_list:
ligand_core_bpf_file.write(core_bpf_line)

def get_sdf_torsion_tree_info(self) -> Tuple[str, str, str]:
def get_sdf_torsion_tree_info(self) -> Tuple[str, str, str, str]:
frag_info_str = ''
torsion_info_str = ''
atom_info_str = ''
Expand Down

0 comments on commit a1c49fe

Please sign in to comment.