From 082b0e339952a849374fa8c3b14664738587271a Mon Sep 17 00:00:00 2001 From: Natalia Mokeeva Date: Mon, 24 Jun 2024 18:16:01 +0200 Subject: [PATCH] =?UTF-8?q?replace=20deprecated=20=20unit=20d=20with=20?= =?UTF-8?q?=E2=80=9CD=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- asv_bench/benchmarks/tslibs/timedelta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv_bench/benchmarks/tslibs/timedelta.py b/asv_bench/benchmarks/tslibs/timedelta.py index dcc73aefc6c7a..9d9689fcfa94b 100644 --- a/asv_bench/benchmarks/tslibs/timedelta.py +++ b/asv_bench/benchmarks/tslibs/timedelta.py @@ -20,7 +20,7 @@ def time_from_int(self): Timedelta(123456789) def time_from_unit(self): - Timedelta(1, unit="d") + Timedelta(1, unit="D") def time_from_components(self): Timedelta(