Skip to content

Commit

Permalink
chore: ignore R0914 for _instrument
Browse files Browse the repository at this point in the history
  • Loading branch information
Olegt0rr committed Jul 22, 2024
1 parent e9c51cb commit db94ec2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def instrumentation_dependencies(self) -> Collection[str]:
"""Return python packages that the will be instrumented."""
return _instruments

# pylint: disable=R0914
def _instrument(
self,
tracer_provider: Optional[TracerProvider] = None,
Expand Down

0 comments on commit db94ec2

Please sign in to comment.