From ad1f29246cd86427cd44bae654c3c0d11748fa22 Mon Sep 17 00:00:00 2001 From: Satoru SATOH Date: Tue, 15 Sep 2020 19:48:56 +0900 Subject: [PATCH] fix: remove an unnecessary empty line during imports in yamllint.plugins --- yamllint/rules/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/yamllint/rules/__init__.py b/yamllint/rules/__init__.py index 03ea2a19a..655431d81 100644 --- a/yamllint/rules/__init__.py +++ b/yamllint/rules/__init__.py @@ -15,7 +15,6 @@ # along with this program. If not, see . import yamllint.plugins - from yamllint.rules import ( braces, brackets,