Skip to content

Commit

Permalink
pragma no cover
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 23, 2023
1 parent cf95b8a commit b3eeb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adbpyg_adapter/tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit b3eeb86

Please sign in to comment.