Skip to content

Commit afa111a

Browse files
PerchunPakItsDrike
authored andcommitted
Annotate BaseResponseTest.build with BaseStatusResponse
1 parent cb56f35 commit afa111a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/responses/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ def _validate(self) -> None:
4343

4444
@abc.abstractmethod
4545
@pytest.fixture(scope="class")
46-
def build(self) -> Any: # noqa: ANN401
47-
...
46+
def build(self) -> BaseStatusResponse: ...
4847

4948
# implementations for tests
5049

0 commit comments

Comments
 (0)