From 6b86634515ad23643dd596eb7ed2aba60b92a76e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 14:57:57 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- python/pycrdt/_map.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/pycrdt/_map.py b/python/pycrdt/_map.py index 5f26d04..b99453e 100644 --- a/python/pycrdt/_map.py +++ b/python/pycrdt/_map.py @@ -5,7 +5,6 @@ Callable, Generic, Iterable, - TypedDict, TypeVar, cast, overload,