Skip to content

Update formatting constants to raw strings to fix unescaped error#44

Open
hsngerami wants to merge 1 commit intopylover:masterfrom
hsngerami:fix-unescaped-error-py3.12
Open

Update formatting constants to raw strings to fix unescaped error#44
hsngerami wants to merge 1 commit intopylover:masterfrom
hsngerami:fix-unescaped-error-py3.12

Conversation

@hsngerami
Copy link

Update formatting constants to raw strings to fix error in Python 3.12

  • Changed formatting to raw string.
  • This change addresses the unscaped error encountered in Python 3.12.
  • Ensured all regex patterns are now using raw string literals for proper escaping.

…Python 3.12

- Changed formatting to raw string.
- This change addresses the unescaped error encountered in Python 3.12.
- Ensured all regex patterns are now using raw string literals for proper escaping.
@hsngerami
Copy link
Author

@pylover
Could you please review the pull request and, if everything looks good, release a new version of the library? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant