From bf7572965e4058ac3e6a460d0f421419f3fdd183 Mon Sep 17 00:00:00 2001 From: microshark2024 Date: Mon, 10 Nov 2025 00:03:13 +0800 Subject: [PATCH 1/2] test --- httpbin/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpbin/utils.py b/httpbin/utils.py index 6e2e0591..0a3b0daf 100644 --- a/httpbin/utils.py +++ b/httpbin/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ -httpbin.utils +httpbin.utils. ~~~~~~~~~~~~~~~ Utility functions. From 8b062381fcd3c917ef9d81673d49b804984720a5 Mon Sep 17 00:00:00 2001 From: microshark2024 Date: Mon, 10 Nov 2025 00:22:07 +0800 Subject: [PATCH 2/2] rollback --- httpbin/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpbin/utils.py b/httpbin/utils.py index 0a3b0daf..6e2e0591 100644 --- a/httpbin/utils.py +++ b/httpbin/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ -httpbin.utils. +httpbin.utils ~~~~~~~~~~~~~~~ Utility functions.