Skip to content

fix: DeprecationWarning: invalid escape sequence#12

Open
BoboTiG wants to merge 1 commit intorepp:masterfrom
BoboTiG:fix-deprecation-warning
Open

fix: DeprecationWarning: invalid escape sequence#12
BoboTiG wants to merge 1 commit intorepp:masterfrom
BoboTiG:fix-deprecation-warning

Conversation

@BoboTiG
Copy link

@BoboTiG BoboTiG commented Aug 11, 2025

Hello,

This is a small patch to fix that kind of warnings:

preprocessors.py:215: SyntaxWarning: invalid escape sequence '\d'
  word_no_digits = re.sub("([\d\.\,]+)", self.digit_group_replacement_func, word)
  """

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