mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-27 08:19:45 +03:00
Break up long line failing py27 linting
This commit is contained in:
parent
b89e2c3ada
commit
d024bc525d
|
@ -144,7 +144,8 @@ class TypeMap(GraphQLTypeMap):
|
|||
description=description,
|
||||
deprecation_reason=deprecation_reason)
|
||||
|
||||
type_description = type_._meta.description(None) if callable(type_._meta.description) else type_._meta.description
|
||||
type_description = type_._meta.description(None)\
|
||||
if callable(type_._meta.description) else type_._meta.description
|
||||
|
||||
return GrapheneEnumType(
|
||||
graphene_type=type_,
|
||||
|
|
Loading…
Reference in New Issue
Block a user