Fixing formatting errors

This commit is contained in:
Jonathan Bobel
2025-03-18 16:07:58 -04:00
parent 1d911c4d44
commit 2049fd5c76
2 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,6 @@ class OnlySMSCharacters:
)
class LettersNumbersSingleQuotesFullStopsAndUnderscoresOnly:
regex = re.compile(r"^[a-zA-Z0-9\s\._']+$")