diff --git a/src/objprint/decorator.py b/src/objprint/decorator.py index e50b9fa..b757659 100644 --- a/src/objprint/decorator.py +++ b/src/objprint/decorator.py @@ -13,14 +13,14 @@ def add_objprint( orig_class: None = None, format: str = "string", **kwargs) -> Callable[[T], T]: - ... + ... # pragma: no cover @overload def add_objprint( orig_class: T, format: str = "string", **kwargs) -> T: - ... + ... # pragma: no cover def add_objprint(