From 00c4aec18ff7c9c637fdaf9833b9d2fff91f2d44 Mon Sep 17 00:00:00 2001 From: mevljas Date: Sat, 15 Feb 2025 17:36:21 +0100 Subject: [PATCH] add linter exception --- services/extract_service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/services/extract_service.py b/services/extract_service.py index 1b8f3f1..6926789 100644 --- a/services/extract_service.py +++ b/services/extract_service.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-locals """Module that contains data extraction logic.""" from playwright.async_api import Page, Locator