Coverage for slidge/util/db.py: 0%

1 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2024-11-07 05:11 +0000

1# here to allow migration of the user store from v0.1 

2# since it relies on shelf, which relies on pickle, we need to keep objects 

3# importable where they were when the shelf was written 

4 

5from ..db.alembic.old_user_store import * # noqa:F403