Skip to content

Commit 0c9466b

Browse files
Address CoPilot suggestions
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fefbffe commit 0c9466b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linode_api4/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def recursive_helper(value: Any) -> Any:
3030
return recursive_helper(data)
3131

3232

33-
def generate_device_suffixes(n):
33+
def generate_device_suffixes(n: int) -> list[str]:
3434
"""
3535
Generate n alphabetical suffixes starting with a, b, c, etc.
3636
After z, continue with aa, ab, ac, etc. followed by aaa, aab, etc.

0 commit comments

Comments
 (0)