Closed jakkdl closed 1 year ago
See https://github.com/Zac-HD/flake8-trio/actions/runs/3584245303/jobs/6030668423 for a CI job failing with it
Ooh, I think this is because the file name changed in 0.2.1, so it's not packaged up properly anymore. Which still works with editable installs only... oops.
Fixed by 148dc61c46d2f9d20eb4c11911ebb11ad3f6a5f0, which is released as version 0.2.3 😅
Repro:
pip install hypothesmith
from hypothesmith import from_grammar
from hypothesmith import from_node
Error:
I assume it's related to the recent lark/lark-parser snafus