From ca282ca1165906bbcae39da8e107cde0688933d1 Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sun, 7 May 2023 09:55:14 +0700 Subject: [PATCH] Update stubs --- odoo-stubs/tools/cloc.pyi | 1 + 1 file changed, 1 insertion(+) diff --git a/odoo-stubs/tools/cloc.pyi b/odoo-stubs/tools/cloc.pyi index 66cb725..11f94b7 100644 --- a/odoo-stubs/tools/cloc.pyi +++ b/odoo-stubs/tools/cloc.pyi @@ -6,6 +6,7 @@ VERSION: int DEFAULT_EXCLUDE: list[str] STANDARD_MODULES: list[str] MAX_FILE_SIZE: int +MAX_LINE_SIZE: int class Cloc: modules: dict