Skip to content

Commit 3a65fee

Browse files
committed
Fix linting
1 parent 6eafcbf commit 3a65fee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/btrixcloud/storages.py

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878

7979
# ============================================================================
8080
# pylint: disable=broad-except,raise-missing-from,too-many-public-methods, too-many-positional-arguments
81+
# pylint: disable=too-many-lines,too-many-instance-attributes
8182
class StorageOps:
8283
"""All storage handling, download/upload operations"""
8384

@@ -932,6 +933,7 @@ def _parse_json(line) -> dict:
932933

933934

934935
# ============================================================================
936+
# pylint: disable=too-many-locals
935937
def init_storages_api(
936938
org_ops: OrgOps,
937939
crawl_manager: CrawlManager,

0 commit comments

Comments
 (0)