Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 6, 2024
1 parent 3cd4a36 commit 3b38c85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions anta/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ class RawCatalogInputModuleModel(RootModel[dict[str, RawCatalogInputModuleOption


class RawCatalogInputModel(RootModel[dict[str, list[RawCatalogInputModuleModel]]]): # pylint: disable=R0903
"""
Model for tests catalog input defined by user.
"""Model for tests catalog input defined by user.
Originally defined with:
RawCatalogInput = dict[str, list[dict[str, Optional[dict[str, Any]]]]]
Expand Down

0 comments on commit 3b38c85

Please sign in to comment.