"""A script that won't compile, for ScriptRunnerTest."""

import streamlit as st

placeholder = st.text('this will never run!')

because i am a compile error! # noqa: E999 pylint:disable=syntax-error
