summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/data/style/broken.dummy
blob: 49112f53c9d6638965690c1c4f4d79e314389514 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2013-2023 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)