mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-29 17:29:51 +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,
|
description=description,
|
||||||
deprecation_reason=deprecation_reason)
|
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(
|
return GrapheneEnumType(
|
||||||
graphene_type=type_,
|
graphene_type=type_,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user