Skip to content

Commit

Permalink
ci: Fix ruff new issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Jul 25, 2024
1 parent f2c12d3 commit ff7724e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anta/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ff7724e

Please sign in to comment.