Description
It seems that the new release of maison is breaking autoimport.
As per https://github.com/dbatten5/maison/releases:
- Renaming
ProjectConfig to UserConfig
Steps to reproduce
$ autoimport --version
Traceback (most recent call last):
File "../bin/autoimport", line 5, in <module>
from autoimport.entrypoints.cli import cli
File "../lib/python3.12/site-packages/autoimport/entrypoints/cli.py", line 12, in <module>
from maison.config import ProjectConfig
ImportError: cannot import name 'ProjectConfig' from 'maison.config' (../lib/python3.12/site-packages/maison/config.py)
Current behavior
Desired behavior
No error, autoimport runs :)
Environment
Description
It seems that the new release of
maisonis breakingautoimport.As per https://github.com/dbatten5/maison/releases:
ProjectConfigtoUserConfigSteps to reproduce
Current behavior
Desired behavior
No error,
autoimportruns :)Environment