Skip to content

Commit

Permalink
Remove unrelated changed
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-baillargeon committed May 16, 2024
1 parent 8bd60c4 commit bf88158
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions anta/result_manager/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

from __future__ import annotations

from typing import Any

from pydantic import BaseModel

from anta.custom_types import TestStatus
Expand Down Expand Up @@ -34,8 +32,6 @@ class TestResult(BaseModel):
result: TestStatus = "unset"
messages: list[str] = []
custom_field: str | None = None
json_output: dict[str, Any] | None = None
text_output: str | None = None

def is_success(self, message: str | None = None) -> None:
"""Set status to success.
Expand Down

0 comments on commit bf88158

Please sign in to comment.