summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/data/style/broken.dummy
blob: dda84b53a03bf1fcca90d2991631af315c1f815e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

import sys
import os

def this_is_a_function():
    """This is a docstring."""
    def this_should_be_offset():
        sys.stdout.write(os.name)