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 Oct 28, 2024
1 parent 33fea61 commit 709b125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anta/input_models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-2024 Arista Networks, Inc.
# Use of this source code is governed by the Apache License 2.0
# that can be found in the LICENSE file.
"""Module related to all ANTA tests input."""
"""Module related to all ANTA tests input."""
4 changes: 2 additions & 2 deletions anta/input_models/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
import sys

if sys.version_info >= (3, 11):
from typing import Self
pass
else:
from typing_extensions import Self
pass


class InterfaceState(BaseModel):
Expand Down

0 comments on commit 709b125

Please sign in to comment.