"""Test data for problem diagnostics."""


def some_function():
    """Function to test diagnostics."""
    return 1 == 1
