File: syntax_error.py

package info (click to toggle)
anta 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,048 kB
  • sloc: python: 48,164; sh: 28; javascript: 9; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
7
# Copyright (c) 2023-2025 Arista Networks, Inc.
# Use of this source code is governed by the Apache License 2.0
# that can be found in the LICENSE file.
"""Syntax Error in file."""

# pylint: skip-file
typo  # type: ignore[name-defined] # noqa: B018