Skip to content

Commit

Permalink
added documentation, types
Browse files Browse the repository at this point in the history
  • Loading branch information
niradar committed Jun 3, 2024
1 parent 9a9269a commit 202a0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duplicate_files_in_folders/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_ignore_diff_string(ignore_diff_set: set[str]) -> str:
return result


def format_number_with_commas(number):
def format_number_with_commas(number: int) -> str:
""" Format a number with commas. """
return f"{number:,}"

Expand Down

0 comments on commit 202a0a1

Please sign in to comment.