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
|
@ -23,7 +23,7 @@ def get_edge_class(
|
|||
class EdgeBase:
|
||||
node = Field(
|
||||
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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user