We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c46e6c commit 32edb03Copy full SHA for 32edb03
src/oop_ext/interface/_tests/test_interface.py
@@ -1085,7 +1085,7 @@ def testGenericInterface() -> None:
1085
1086
T = TypeVar("T", covariant=True)
1087
1088
- class IFoo(Interface, Generic[T], TypeCheckingSupport):
+ class IFoo(Generic[T], Interface, TypeCheckingSupport):
1089
def GetOutput(self) -> T: # type:ignore[empty-body]
1090
...
1091
0 commit comments