The _parse_skills_from_text method uses re (regex) but it was only imported inside a nested function, not at module level. Added 'import re' at the top of the file. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| plugin.py | ||
The _parse_skills_from_text method uses re (regex) but it was only imported inside a nested function, not at module level. Added 'import re' at the top of the file. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| plugin.py | ||