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: raw string #7

Merged
merged 1 commit into from
Dec 5, 2022
Merged

fix: raw string #7

merged 1 commit into from
Dec 5, 2022

Conversation

superlevure
Copy link
Contributor

Fix for this Python warning:

DeprecationWarning: invalid escape sequence '\{'
    block_match = re.match(" \{\n(?P<field_str>.*)\n\}", str_field, flags=re.DOTALL)

@coveralls
Copy link

coveralls commented Dec 5, 2022

Pull Request Test Coverage Report for Build 3622869338

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 91.071%

Totals Coverage Status
Change from base Build 3361343288: 0.0%
Covered Lines: 204
Relevant Lines: 224

💛 - Coveralls

Copy link
Member

@patrick91 patrick91 left a comment

Choose a reason for hiding this comment

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

Looks good to me, I'll leave merging to @erikwrede so we can get a new patch release 😊

@erikwrede erikwrede merged commit c0295ac into graphql-python:main Dec 5, 2022
@erikwrede
Copy link
Member

Thank you @patrick91 @superlevure 🙂
3.0.2 is on PyPi now!

@superlevure
Copy link
Contributor Author

That was quick ! Thank you both

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.

4 participants