diff --git a/anta/input_models/__init__.py b/anta/input_models/__init__.py index b7814233bf..2f674e0a49 100644 --- a/anta/input_models/__init__.py +++ b/anta/input_models/__init__.py @@ -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.""" \ No newline at end of file +"""Module related to all ANTA tests input.""" diff --git a/anta/input_models/interfaces.py b/anta/input_models/interfaces.py index 70bd84f174..76a5fbca62 100644 --- a/anta/input_models/interfaces.py +++ b/anta/input_models/interfaces.py @@ -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):