From 6438ff2da99da9ee4544e239e64903f26fdc7677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Alet?= Date: Mon, 13 Dec 2021 09:48:33 +1100 Subject: [PATCH] Removed unneeded import to please the linter. --- yamllint/rules/comments.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/yamllint/rules/comments.py b/yamllint/rules/comments.py index c815ff3..74d8142 100644 --- a/yamllint/rules/comments.py +++ b/yamllint/rules/comments.py @@ -74,8 +74,6 @@ Use this rule to control the position and formatting of comments. """ -import re - from yamllint.linter import LintProblem