Skip to content

Commit

Permalink
Fix IRO for test Schema object.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Mar 22, 2020
1 parent 909f4cc commit c2cf3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/configuration/tests/nested.py
Expand Up @@ -48,7 +48,7 @@ class ISchema(Interface):
fields = Attribute("Dictionary of field definitions")


@implementer(IConfigurationContext, ISchema)
@implementer(ISchema)
class Schema(GroupingContextDecorator):
"""Handle schema directives
"""
Expand Down

0 comments on commit c2cf3f6

Please sign in to comment.