Closed b-gehrke closed 1 year ago
In hyphen/marshall_obj_to_py.py there is a usage of HsObj instead of hyphen.HsObj leading to errors. This PR fixes this small issue.
hyphen/marshall_obj_to_py.py
HsObj
hyphen.HsObj
Thank you so much! This looks great, and I'm merging.
If you happened to feel like adding a test case to cover this bug, that would be going above and beyond :)
In
hyphen/marshall_obj_to_py.py
there is a usage ofHsObj
instead ofhyphen.HsObj
leading to errors. This PR fixes this small issue.