We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7fc72 commit f346ab2Copy full SHA for f346ab2
packages/service-library/tests/aiohttp/test_monitoring_middleware.py
@@ -1,7 +1,7 @@
1
-import pytest
2
-
3
# pylint: disable=redefined-outer-name
4
-# pylint: disable=unused-argumentimport pytest
+# pylint: disable=unused-argument
+
+import pytest
5
from aiohttp import web
6
from aiohttp.test_utils import TestClient, TestServer
7
from prometheus_client.openmetrics.exposition import (
0 commit comments