All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 41s
- Replace blog.models import with shared.models equivalent - Convert market/models/market.py and market_place.py to re-export stubs - Update shared + glue submodule pointers Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 lines
65 B
Python
2 lines
65 B
Python
from shared.models.market_place import MarketPlace # noqa: F401
|