Skip to content

Commit ee7fbd6

Browse files
committed
Please pylint
1 parent 622fbe9 commit ee7fbd6

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-aiohttp-server/src/opentelemetry/instrumentation/aiohttp_server

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-aiohttp-server/src/opentelemetry/instrumentation/aiohttp_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ class AioHttpServerInstrumentor(BaseInstrumentor):
316316

317317
def _instrument(self, **kwargs):
318318
# update the excluded urls value at instrument time so we can test it
319-
global _excluded_urls
319+
global _excluded_urls # pylint: disable=global-statement
320320
_excluded_urls = get_excluded_urls("AIOHTTP_SERVER")
321321

322322
self._original_app = web.Application

0 commit comments

Comments
 (0)