diff --git a/adbpyg_adapter/tracing.py b/adbpyg_adapter/tracing.py index 29cde28..069e67a 100644 --- a/adbpyg_adapter/tracing.py +++ b/adbpyg_adapter/tracing.py @@ -30,7 +30,7 @@ def set_tracer(cls, tracer: "Tracer") -> None: cls.__tracer = tracer @classmethod - def set_attributes(self, **attributes: Any) -> None: + def set_attributes(self, **attributes: Any) -> None: # pragma: no cover if TRACING_ENABLED and self.__tracer is not None: current_span = trace.get_current_span() for k, v in attributes.items():