glue-viz / glue-qt

Other
1 stars 5 forks source link

Fix imports of parse_data and parse_links #4

Closed astrofrog closed 11 months ago

astrofrog commented 11 months ago

Fix imports of parse_data and parse_links in qglue.py - these should not be in a try...except anymore anyway as this was originally related to circular imports which are no longer an issue.