Skip to content

Commit

Permalink
undo editing test file
Browse files Browse the repository at this point in the history
  • Loading branch information
CTY-git committed Sep 17, 2024
1 parent b6dffae commit c5291fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/cicd/generate_docstring/python_test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ def compare(key_map, item1, item2):
return 0


def random_alphabets(length: int):
return "".join(random.choices(string.ascii_letters, k=length))
def random_alphabets(
length: int
):
return ''.join(random.choices(string.ascii_letters, k=length))

0 comments on commit c5291fd

Please sign in to comment.