Skip to content

Commit d1b1ad7

Browse files
committed
Ignore flake8 error
1 parent e1a2eb5 commit d1b1ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/utils/str_converters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ def to_snake_case(name):
1818

1919

2020
def to_const(string):
21-
return re.sub("[\W|^]+", "_", string).upper()
21+
return re.sub("[\W|^]+", "_", string).upper() # noqa

0 commit comments

Comments
 (0)