From d737d6a3b21c6c3d474c4222306aeae7448667a2 Mon Sep 17 00:00:00 2001 From: Henry Cuzco <40706933+uiucmeche1317@users.noreply.github.com> Date: Sun, 14 Jul 2024 11:22:54 -0700 Subject: [PATCH] Added a missing docstring to pandas/conftest.py It came up in the pytest output. See function ea_scalar_and_dtype. --- pandas/conftest.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandas/conftest.py b/pandas/conftest.py index 70e729dfb98a4..5e0dfd7ee644d 100644 --- a/pandas/conftest.py +++ b/pandas/conftest.py @@ -951,6 +951,9 @@ def rand_series_with_duplicate_datetimeindex() -> Series: ] ) def ea_scalar_and_dtype(request): + """ + Fixture that tests each scalar and datetime type. + """ return request.param