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 16, 2023
1 parent 0ed2071 commit de4a1a7
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 @@ -42,7 +42,7 @@ def set_attributes(self, **attributes: Any) -> None:

def with_tracing(method: T) -> T:
if not TRACING_ENABLED:
return method
return method # pragma: no cover

@wraps(method)
def decorator(*args: Any, **kwargs: Any) -> Any:
Expand Down

0 comments on commit de4a1a7

Please sign in to comment.