Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaccha committed Jul 13, 2024
1 parent 5aab24c commit e473808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/inputs/toy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
def create_list_w_list_comprehension(start, end):
return [x for x in range(start, end + 1)]


if __name__ == "__main__":
start, end = 1, 10
result = create_list_w_list_comprehension(start, end)
Expand Down

0 comments on commit e473808

Please sign in to comment.