[Misc] Fix improper placement of SPDX header in scripts (#12694)

Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
Russell Bryant
2025-02-03 14:16:59 -05:00
committed by GitHub
parent a1a2aaadb9
commit 33e0602e59
6 changed files with 17 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: Apache-2.0
"""Test the functionality of the Transformers backend.
Run `pytest tests/models/test_transformers.py`.