Skip to content

Commit

Permalink
simplify good again
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Feb 21, 2023
1 parent 897f6e9 commit 8bd1a66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/data/messages/t/too-many-lines/good/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@


def main():
strings = ["aza", "racecar", "trigger", "ogre"]
for string in strings:
for string in ["aza", "racecar", "trigger", "ogre"]:
print(is_palindrome(string))

0 comments on commit 8bd1a66

Please sign in to comment.