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 8aaa773 commit 4d65a1d
Showing 1 changed file with 2 additions and 2 deletions.
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 4d65a1d

Please sign in to comment.