mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-16 19:12:21 +03:00
chore: appease linter
This commit is contained in:
parent
692e98589f
commit
cf29f5de15
|
@ -22,8 +22,8 @@ def get_edge_class(
|
||||||
|
|
||||||
class EdgeBase:
|
class EdgeBase:
|
||||||
node = Field(
|
node = Field(
|
||||||
NonNull(_node) if strict_types else _node,
|
NonNull(_node) if strict_types else _node,
|
||||||
description="The item at the end of the edge"
|
description="The item at the end of the edge",
|
||||||
)
|
)
|
||||||
cursor = String(required=True, description="A cursor for use in pagination")
|
cursor = String(required=True, description="A cursor for use in pagination")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user