From ff7724e2767c42aefa88f741bb4b31b877379291 Mon Sep 17 00:00:00 2001 From: gmuloc Date: Thu, 25 Jul 2024 10:35:02 +0200 Subject: [PATCH] ci: Fix ruff new issue --- anta/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anta/models.py b/anta/models.py index 499fb3536..e2cf49857 100644 --- a/anta/models.py +++ b/anta/models.py @@ -57,7 +57,7 @@ class AntaTemplate: # pylint: disable=too-few-public-methods - def __init__( # noqa: PLR0913 + def __init__( self, template: str, version: Literal[1, "latest"] = "latest",