Sign in
apache
/
hamilton
/
refs/heads/test-post-pipe
/
.
/
examples
/
validation
/
static_validator
/
bad_module.py
blob: 776c9898a0df6e72e66e39d7d7dc0d41d5fcc590 [
file
] [
log
] [
blame
]
from
hamilton
.
function_modifiers
import
tag
@tag
(
node_type
=
"output"
)
def
foo
()
->
str
:
return
"Hello, world!"