Skip to content

Commit

Permalink
fixed formatting using black
Browse files Browse the repository at this point in the history
  • Loading branch information
drewschaub committed Feb 18, 2025
1 parent 4dde2a1 commit 4ee1426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protein_design_tools/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def parse_residue_selection(
selection: Union[Dict[str, List[Union[int, range]]], None]
selection: Union[Dict[str, List[Union[int, range]]], None],
) -> Dict[str, List[int]]:
"""
Parse residue selection input into a standardized dictionary.
Expand Down

0 comments on commit 4ee1426

Please sign in to comment.