Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Fix iro with ZOPE_INTERFACE_STRICT_IRO
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Apr 4, 2020
1 parent 49adbf0 commit 176d94c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/grokcore/rest/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

class IBaseClasses(
grokcore.component.interfaces.IBaseClasses,
grokcore.view.interfaces.IBaseClasses,
grokcore.security.interfaces.IBaseClasses):
grokcore.security.interfaces.IBaseClasses,
grokcore.view.interfaces.IBaseClasses):

REST = interface.Attribute("Base class for REST views.")

Expand Down

0 comments on commit 176d94c

Please sign in to comment.