Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Use regex-kind string #137

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Conversation

jesse-c
Copy link
Contributor

@jesse-c jesse-c commented Jul 18, 2024

This fixes this warning, that's being seen when running tests.

cli/test/conftest.py:74
  /Users/jesse/src/github.com/climatepolicyradar/navigator-document-parser/cli/test/conftest.py:74: SyntaxWarning: invalid escape sequence '\d'
    return "^\d+\.json$"  # noqa: W605

This fixes this warning, that's being seen when running tests.

```
cli/test/conftest.py:74
  /Users/jesse/src/github.com/climatepolicyradar/navigator-document-parser/cli/test/conftest.py:74: SyntaxWarning: invalid escape sequence '\d'
    return "^\d+\.json$"  # noqa: W605
```
Copy link

linear bot commented Jul 18, 2024

@jesse-c jesse-c requested review from olaughter and a team and removed request for olaughter July 18, 2024 13:42
Copy link
Collaborator

@THOR300 THOR300 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jesse-c jesse-c merged commit 364966b into main Jul 22, 2024
1 check passed
@jesse-c jesse-c deleted the feature/pods-1497-fix-warning-in-tests branch July 22, 2024 09:36
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.

2 participants