summaryrefslogtreecommitdiff
path: root/src/zope/schema/_bootstrapinterfaces.py
diff options
context:
space:
mode:
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()