Skip to content

Commit a13c9ae

Browse files
committed
fix pylint tests
1 parent 97d0844 commit a13c9ae

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

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

packages/service-library/tests/fastapi/test_prometheus_middleware.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# pylint: disable=redefined-outer-name
2+
# pylint: disable=unused-argument
13
from collections.abc import AsyncIterable
24

35
import pytest

0 commit comments

Comments
 (0)