diff --git a/libs/core/tests/unit_tests/stores/test_in_memory.py b/libs/core/tests/unit_tests/stores/test_in_memory.py index 60a0b307224..cc8ec684fbe 100644 --- a/libs/core/tests/unit_tests/stores/test_in_memory.py +++ b/libs/core/tests/unit_tests/stores/test_in_memory.py @@ -24,7 +24,7 @@ class TestAsyncInMemoryStore(BaseStoreAsyncTests): return InMemoryStore() @pytest.fixture - def three_values(self) -> tuple[str, str, str]: # type: ignore[override] + def three_values(self) -> tuple[str, str, str]: return "value1", "value2", "value3"