Skip to content

Commit acb4e1a

Browse files
committed
Please pylint
1 parent 01ee403 commit acb4e1a

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-system-metrics/src/opentelemetry/instrumentation/system_metrics

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-system-metrics/src/opentelemetry/instrumentation/system_metrics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def instrumentation_dependencies(self) -> Collection[str]:
206206
return _instruments
207207

208208
def _instrument(self, **kwargs: Any):
209-
# pylint: disable=too-many-branches
209+
# pylint: disable=too-many-branches,too-many-statements
210210
meter_provider = kwargs.get("meter_provider")
211211
self._meter = get_meter(
212212
__name__,

0 commit comments

Comments
 (0)