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