generated from john/python-template
Quality Gate / gate (push) Failing after 44s
This commit and its branch are scratch and will be deleted.
8 lines
159 B
Python
8 lines
159 B
Python
"""Scratch file for the Phase 6 CI negative test. Deleted with this branch."""
|
|
|
|
import os
|
|
|
|
|
|
def broken() -> int:
|
|
return undefined_name_that_does_not_exist
|