graphql-python / graphene-federation

Federation implementation for Graphene.
MIT License
40 stars 10 forks source link

fix: raw string #7

Closed superlevure closed 1 year ago

superlevure commented 1 year ago

Fix for this Python warning:

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

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


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

💛 - Coveralls
erikwrede commented 1 year ago

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

superlevure commented 1 year ago

That was quick ! Thank you both