From de139943d8272773b5f19ed824d687b0232b9ba3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 11 Mar 2023 09:03:03 +0100 Subject: Adding upstream version 0.19.1. Signed-off-by: Daniel Baumann --- gitlint-core/gitlint/lint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gitlint-core/gitlint/lint.py') diff --git a/gitlint-core/gitlint/lint.py b/gitlint-core/gitlint/lint.py index 3bc1945..420d3ad 100644 --- a/gitlint-core/gitlint/lint.py +++ b/gitlint-core/gitlint/lint.py @@ -1,7 +1,7 @@ -# pylint: disable=logging-not-lazy import logging -from gitlint import rules as gitlint_rules + from gitlint import display +from gitlint import rules as gitlint_rules from gitlint.deprecation import Deprecation LOG = logging.getLogger(__name__) -- cgit v1.2.3