From 921261762d156a109ca84e894daa617ab662277f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 19:49:50 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- aiohttp/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp/client.py b/aiohttp/client.py index 4afe99f1144..91bdfaef36b 100644 --- a/aiohttp/client.py +++ b/aiohttp/client.py @@ -29,10 +29,10 @@ Set, Tuple, Type, + TypedDict, TypeVar, Union, final, - TypedDict, overload, )