From f149119922e26dc036f60c1c37240e5f466d42fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damien=20Nad=C3=A9?= Date: Sat, 16 Dec 2023 23:31:52 +0100 Subject: [PATCH] fixup! Merge branch 'aioretryproto-doc' --- kaioretry/types.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kaioretry/types.py b/kaioretry/types.py index 6ea1e1a..49df3dc 100644 --- a/kaioretry/types.py +++ b/kaioretry/types.py @@ -1,6 +1,4 @@ -""" -Kaioretry defines a bunch -""" +"""Kaioretry helper types""" from typing import TypeAlias, TypeVar, ParamSpec, Any, overload