Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebates123 authored and rustydb committed Oct 28, 2024
1 parent 3a84e48 commit ebced1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions canu/utils/validate_node_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@


def validate_node_list(value):
"""Takes a list of node ranges and returns a formatted list.
"""Format a list of node ranges and return a formatted list.
Example: storage1-3, returns a list of [storage001, storage002, storage003]
Example: storage1-3 returns a list of [storage001, storage002, storage003]
Args:
value: node list
Expand Down

0 comments on commit ebced1d

Please sign in to comment.