Skip to content

Commit

Permalink
Remove inaccurate comment.
Browse files Browse the repository at this point in the history
Fixes #174.
  • Loading branch information
tseaver committed Oct 17, 2014
1 parent bdfd144 commit 1f4c7f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gcloud/datastore/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def delete(self):
dataset_id=dataset.id(), key_pb=key.to_protobuf())

def __repr__(self):
# An entity should have a key all the time (even if it's partial).
if self._key:
return '<Entity%s %s>' % (self._key.path(),
super(Entity, self).__repr__())
Expand Down

0 comments on commit 1f4c7f5

Please sign in to comment.