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.
2 parents 6b46551 + 491e387 commit 9bf4022Copy full SHA for 9bf4022
testtools/testcase.py
@@ -172,7 +172,7 @@ def gather_details(source_dict, target_dict):
172
class UseFixtureProtocol(Protocol):
173
def setUp(self) -> Any: ...
174
def cleanUp(self) -> Any: ...
175
- def getDetails(self) -> dict[str, content.Content]: ...
+ def getDetails(self) -> dict: ...
176
177
178
UseFixtureT = TypeVar("UseFixtureT", bound=UseFixtureProtocol)
0 commit comments