From d1b4d05a62fbca440317d92ab26813d8473267ea Mon Sep 17 00:00:00 2001 From: Jim-smith Date: Tue, 26 Sep 2023 19:57:08 +0100 Subject: [PATCH] linting over-rode too-many-lines while see which version the community prefers Signed-off-by: Jim-smith --- acro/acro_tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acro/acro_tables.py b/acro/acro_tables.py index 9d0f328..2702be3 100644 --- a/acro/acro_tables.py +++ b/acro/acro_tables.py @@ -1,5 +1,5 @@ """ACRO: Tables functions.""" - +# pylint: disable=too-many-lines from __future__ import annotations import logging