Skip to content

Commit

Permalink
Merge pull request #6 from RhysAlfShaw/main
Browse files Browse the repository at this point in the history
adding fix
  • Loading branch information
RhysAlfShaw authored Dec 15, 2023
2 parents 504a8bf + 0b9f980 commit 6f97448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manipulations/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ def extra check(items: list[T]) -> list[T]:
pass
else:

return [item for index, item in enumerate(items) if is_fizz_buzz(index)]
return [item for index, item in enumerate(items) if _is_fizz_buzz(index)]

0 comments on commit 6f97448

Please sign in to comment.