mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +03:00
Ignore flake8 error
This commit is contained in:
parent
e1a2eb5a35
commit
d1b1ad733f
|
@ -18,4 +18,4 @@ def to_snake_case(name):
|
|||
|
||||
|
||||
def to_const(string):
|
||||
return re.sub("[\W|^]+", "_", string).upper()
|
||||
return re.sub("[\W|^]+", "_", string).upper() # noqa
|
||||
|
|
Loading…
Reference in New Issue
Block a user