We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c873770 commit bdfd144Copy full SHA for bdfd144
1 file changed
gcloud/datastore/entity.py
@@ -20,7 +20,7 @@
20
21
22
class NoKey(RuntimeError):
23
- pass
+ """Exception raised by Entity methods which require a key."""
24
25
26
class Entity(dict): # pylint: disable=too-many-public-methods
0 commit comments