From c11ca578dbe03310ad045e472cde7c5fbb5372cc Mon Sep 17 00:00:00 2001 From: 9755432680 <53942991+9755432680@users.noreply.github.com> Date: Wed, 9 Mar 2022 17:11:38 +0530 Subject: [PATCH] Update test_httpbin.py --- test_httpbin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_httpbin.py b/test_httpbin.py index b7104ffc..298792df 100755 --- a/test_httpbin.py +++ b/test_httpbin.py @@ -6,7 +6,7 @@ import contextlib import six import json -from werkzeug.http import parse_dict_header +from werkzeug.http import _dt_as_utc from hashlib import md5, sha256, sha512 from six import BytesIO