Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix
SyntaxWarning: invalid escape sequence +
for py3.12
``` /opt/homebrew/Cellar/google-java-format/1.19.0/bin/google-java-format-diff:78: SyntaxWarning: invalid escape sequence '\+' match = re.search('^\+\+\+\ (.*?/){%s}(\S*)' % args.p, line) /opt/homebrew/Cellar/google-java-format/1.19.0/bin/google-java-format-diff:91: SyntaxWarning: invalid escape sequence '\+' match = re.search('^@@.*\+(\d+)(,(\d+))?', line) ``` relates to Homebrew/homebrew-core#157669 cc @cushon Fixes #1017 COPYBARA_INTEGRATE_REVIEW=#1017 from chenrui333:py3.12 36d80d1 PiperOrigin-RevId: 592246854
- Loading branch information