2025-03-17 07:33:45 +01:00
|
|
|
# Copyright (c) 2023-2025 Arista Networks, Inc.
|
2025-02-05 11:32:35 +01:00
|
|
|
# Use of this source code is governed by the Apache License 2.0
|
|
|
|
# that can be found in the LICENSE file.
|
2025-05-15 09:34:27 +02:00
|
|
|
"""Syntax Error in file."""
|
|
|
|
|
2025-02-05 11:32:35 +01:00
|
|
|
# pylint: skip-file
|
2025-05-15 09:34:27 +02:00
|
|
|
typo # type: ignore[name-defined] # noqa: B018
|