Skip to content

Commit 1f6bf9c

Browse files
committed
disable 'too-many-lines' check for tests
1 parent 65801dd commit 1f6bf9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

instrumentation/opentelemetry-instrumentation-requests/tests/test_requests_integration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# pylint: disable=too-many-lines
16+
1517
import abc
1618
from unittest import mock
1719

0 commit comments

Comments
 (0)