diff --git a/scripts/more_utils.py b/scripts/more_utils.py deleted file mode 100644 index 32b2f5ee..00000000 --- a/scripts/more_utils.py +++ /dev/null @@ -1,4 +0,0 @@ -def is_palindrome(text): - """Check if a string is a palindrome.""" - cleaned = text.lower().replace(" ", "") - return cleaned == cleaned[::-1] \ No newline at end of file