Skip to content

Commit 510f27e

Browse files
authored
chore: add missing newline
1 parent 4b297a2 commit 510f27e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphene/types/tests/test_enum.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def test_enum_from_builtin_enum():
6464
assert RGB.GREEN
6565
assert RGB.BLUE
6666

67+
6768
def test_enum_custom_description_in_constructor():
6869
description = "An enumeration, but with a custom description"
6970
RGB = Enum(

0 commit comments

Comments
 (0)