summaryrefslogtreecommitdiff
path: root/src/zope/schema/_bootstrapinterfaces.py
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-07-10 07:37:16 -0500
committerJason Madden <jamadden@gmail.com>2017-07-10 07:37:16 -0500
commitfa586c64b77b7afab17104b60f5a955cc94a5542 (patch)
tree5c9afec5c6b349ed4a1700425ccc97d318f6d55b /src/zope/schema/_bootstrapinterfaces.py
parentd38c34dc90998e102e6a8569b3c67ecfdcdb7db7 (diff)
downloadzope-schema-py36.tar.gz
100% coverage.py36
Diffstat (limited to 'src/zope/schema/_bootstrapinterfaces.py')
-rw-r--r--src/zope/schema/_bootstrapinterfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zope/schema/_bootstrapinterfaces.py b/src/zope/schema/_bootstrapinterfaces.py
index da423fb..9bc761b 100644
--- a/src/zope/schema/_bootstrapinterfaces.py
+++ b/src/zope/schema/_bootstrapinterfaces.py
@@ -114,7 +114,7 @@ class IContextAwareDefaultFactory(zope.interface.Interface):
class NO_VALUE(object):
- def __repr__(self):
+ def __repr__(self): # pragma: no cover
return '<NO_VALUE>'
NO_VALUE = NO_VALUE()