Files
hatchet/python-sdk/hatchet_sdk/metadata.py
T
2024-01-26 19:46:17 -07:00

2 lines
79 B
Python

def get_metadata(token: str):
return [('authorization', 'bearer ' + token)]