Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf committed Jun 1, 2016
1 parent 7d7493e commit 3279fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene_gae/ndb/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ def convert_local_structured_property(ndb_structured_prop, meta):

return ConversionResult(name=name, field=Field(t))


def convert_computed_property(ndb_computed_prop, meta):
return convert_ndb_scalar_property(String, ndb_computed_prop)



converters = {
ndb.StringProperty: convert_ndb_string_property,
ndb.TextProperty: convert_ndb_string_property,
Expand Down

0 comments on commit 3279fbd

Please sign in to comment.