Skip to content

Commit f346ab2

Browse files
committed
make pylint happy
1 parent ce7fc72 commit f346ab2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/service-library/tests/aiohttp/test_monitoring_middleware.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import pytest
2-
31
# pylint: disable=redefined-outer-name
4-
# pylint: disable=unused-argumentimport pytest
2+
# pylint: disable=unused-argument
3+
4+
import pytest
55
from aiohttp import web
66
from aiohttp.test_utils import TestClient, TestServer
77
from prometheus_client.openmetrics.exposition import (

0 commit comments

Comments
 (0)