From 8fb84ee177ae3ba251927995df3116a8ebbb0585 Mon Sep 17 00:00:00 2001 From: Vytautas Liuolia Date: Thu, 24 Oct 2024 16:26:52 +0200 Subject: [PATCH] chore: update __init__.py --- falcon/testing/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/falcon/testing/__init__.py b/falcon/testing/__init__.py index f438806f2..530c2111f 100644 --- a/falcon/testing/__init__.py +++ b/falcon/testing/__init__.py @@ -160,5 +160,5 @@ def test_get_message(client): # NOTE(kgriffs): Alias for backwards-compatibility with Falcon 0.2 -# TODO: remove in falcon 4 +# TODO(vytas): Remove in Falcon 5.0. httpnow = _util.http_now