diff options
| author | Jason Madden <jamadden@gmail.com> | 2017-07-10 07:37:16 -0500 |
|---|---|---|
| committer | Jason Madden <jamadden@gmail.com> | 2017-07-10 07:37:16 -0500 |
| commit | fa586c64b77b7afab17104b60f5a955cc94a5542 (patch) | |
| tree | 5c9afec5c6b349ed4a1700425ccc97d318f6d55b /src/zope/schema/_bootstrapinterfaces.py | |
| parent | d38c34dc90998e102e6a8569b3c67ecfdcdb7db7 (diff) | |
| download | zope-schema-py36.tar.gz | |
100% coverage.py36
Diffstat (limited to 'src/zope/schema/_bootstrapinterfaces.py')
| -rw-r--r-- | src/zope/schema/_bootstrapinterfaces.py | 2 |
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() |
