ploomber / soorgeon

Convert monolithic Jupyter notebooks 📙 into maintainable Ploomber pipelines. 📊
https://ploomber.io
Apache License 2.0
78 stars 20 forks source link

soorgeon fails with return type annotations #25

Closed idomic closed 2 years ago

idomic commented 2 years ago

When running Soorgeon on a notebook, received this error:

ValueError: too many values to unpack (expected 5)

def fn(x) -> str:
    pass