Skip to content

Commit

Permalink
Update atomhandling.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dkratzert committed Oct 3, 2023
1 parent 3e4eb77 commit eb46856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsr_shelx/atomhandling.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def is_atom(atomline):
return []

@staticmethod
def get_resi_definition_dict(resi: List[str]) -> Dict[str: str]:
def get_resi_definition_dict(resi: List[str]) -> Dict[str, str]:
"""
returns the residue number and class of a string like 'RESI TOL 1'
or 'RESI 1 TOL'
Expand Down

0 comments on commit eb46856

Please sign in to comment.