Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mtache committed Jul 7, 2023
1 parent b6e02fa commit 1e8a892
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions anta/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""
from functools import wraps
from typing import Any, Callable, Dict, List, TypeVar, cast
import logging

from anta.models import AntaCommand, AntaTest
from anta.result_manager.models import TestResult
Expand All @@ -12,7 +11,6 @@
# TODO - should probably use mypy Awaitable in some places rather than this everywhere - @gmuloc
F = TypeVar("F", bound=Callable[..., Any])

logger = logging.getLogger(__name__)

def skip_on_platforms(platforms: List[str]) -> Callable[[F], F]:
"""
Expand Down
2 changes: 0 additions & 2 deletions anta/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import logging
from typing import Any, Callable, Dict, List, Optional, Tuple

from rich.progress import Progress

from anta.models import AntaTest
from anta import __DEBUG__
from anta.inventory import AntaInventory
Expand Down

0 comments on commit 1e8a892

Please sign in to comment.