Skip to content

Commit 4580929

Browse files
committed
remove whitespace
1 parent e937f49 commit 4580929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_pydantic/objecttype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def __init_subclass_with_meta__(
8888

8989
if not cls.__doc__:
9090
cls.__doc__ = model.__doc__
91-
91+
9292
pydantic_fields = yank_fields_from_attrs(
9393
construct_fields(
9494
obj_type=cls,

0 commit comments

Comments
 (0)