zephyr/scripts/pylib/twister/twisterlib/mixins.py
Pieter De Gendt f05deb1aa4 python: Format trivial files where only newlines were missing
Apply formatting on files that only needed adding newlines.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2024-11-21 20:10:51 +01:00

8 lines
178 B
Python

# vim: set syntax=python ts=4 :
#
# Copyright (c) 2018 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
class DisablePyTestCollectionMixin(object):
__test__ = False